Jump to content

zeshan321

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by zeshan321

  1. Hello. If your afk or sitting in one spot for a long time you get disconnected from the server. Is there some sort of setting to disable that?
  2. Maybe it's this: http://prntscr.com/4grwlp Try not disabling it while diffing.
  3. Compare names? On click check: if (strnpcinfo(0) == "Buffer#1") { set .@npc,1; } if (strnpcinfo(0) == "Kafra#2") { set .@npc,2; }
  4. Check the startup for errors.
  5. I would try @Emistry 's script http://pastebin.com/raw.php?i=FxGBgUxv Just add your woe maps.
  6. Warper: http://pastebin.com/ZjJzEf3U It should work. I have not tested it yet. For the second script can you be more specific?
  7. Your missing ";" in the mes. Also missing a qoute: Change: To: and Previous Menu isn't a thing.
  8. http://rathena.org/wiki/Setcell Example: setcell "dm_arena",81,44,87,55,cell_basilica,1; from eKoh's script ^
  9. To add stats and effects to a item that would be in the itemdb It's all in: http://rathena.org/wiki/Custom_Items
  10. Hello jake Atk: bonus bAtk,10; Matk: bonus bMatkRate,3; Crit: bonus bCritical,10; Autocast: bonus3 bAutoSpell,"AS_SONICBLOW",1,50;
  11. Anywhere on your server files. For example say I put my patch.diff in /home/asd/ I would do patch -p0 < /home/asd/patch.diff
  12. Go on putty connect to your server. Type: cd /path/to/your/server/folder then type: patch -p0 < /path/to/patch/file/filename.extension
  13. http://rathena.org/wiki/Diff cd /path/to/your/server/folder patch -p0 < /path/to/patch/file/filename.extension
  14. If your asking to be able to convert Mission_Points to 7227 heres a example: http://pastebin.com/U1qCZ7da
  15. Hello, my client crashes either when hovering over or when the Enchanted Peach Tree attacks me. I recently upgraded my client from 2012 to 20130807 but this issue still occurred with the 2012 client.
  16. I've solved the spawning issue but now i'm having a different issue: http://rathena.org/board/topic/96503-mob-spawning-different-sprite/
  17. Is it okay that i'm putting the mob db info in db/import/mob_db.txt? Mob.h : #define MAX_MOB_DB 5000 npcidenity: ["JT_Fire_Moth"] = 3600, Jobname: [jobtbl.JT_Fire_Moth] = "Fire_Moth", Mob db: 3600,Fire_Moth,Hellbat,141,118402,0,170000,186460,1,2100,2530,63,12,90,89,72,20,99,25,10,12,1,8,66,405,170,76,384,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 Sprite:
×
×
  • Create New...