Jump to content

ICEROCK

Members
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ICEROCK

  1. use this npc if you cant find nocommand mapflag inside mapflag folder. // Please VOTE UP my post if I helped. // Script By: Anubis - script WoE_NoCommand -1,{ OnInit: setarray .woe_cas$,"prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05"; // Add more maps here. for ( set .@x, 0; .@x < getarraysize(.woe_cas$); set .@x, .@x +1 ) setmapflag .woe_cas$, mf_nocommand; }
  2. you can disable using @command inside woe maps by mapflags. disabling ygg? check item_noequip.txt inside your db folder. in my case its inside P-RE folder. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/pre-re/item_noequip.txt
  3. this might help you... http://rathena.org/board/topic/70001-guide-adding-mapflag-no-storage-command/
  4. tell me if it worked for you now. change 200 to whatever you want. 150 is default walk speed. will try. one sec tell me if it worked now.
  5. Change what? The V4P itself or the Process of Voting? What V4P are you using?
  6. Despite the fact that i dont understand what are you trying to say... I made this npc based on the topic title though I am not a PRO scripter. Just trying to help! http://pastebin.com/r5E37z3K Try to use this script instead of doing src modification.
  7. Nice patcher and design. Is it made based on Thor? /no1
  8. Weird that should fix your problem. Try not to delete the statement and just change the value to 200 change 200 to whatever you want. 150 is default walk speed.
  9. try to change the npc sprite id and coordinates.
  10. instead of deleting those lines try to comment them out put // in the beginning of the line statements.
  11. you dont need to import anything in your sql. you can do it in src/config/renewal.h comment out renewal features that you dont want or you can manually delete the specific item id's inside mob_db.txt that you dont want to drop
  12. Want to learn scripting.

  13. Please go to Server Support. Provide more information such as error message and what compiler are you using.
  14. do you mind showing us the code?
  15. wrong section. Please go to Scripting Support. provide more info.
  16. it should fix the problem when you replace it to the original pc.c status.c unless you made other changes.
  17. I hope it wont die. Keep it up! Im looking forward on this.
  18. client version? change your lua files.
  19. create the image(bmp) in photoshop then convert it to spr.
×
×
  • Create New...