Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. negative number count as "true" ...
  2. depend on which version of microsoft visusal studio you are using...
  3. update your System/TownInfo.Lub
  4. search for OnPCLoadMapEvent:
  5. search here if you are looking for paid services or someone to help you with your custom works... http://rathena.org/board/forum/59-jobs-available/ http://rathena.org/board/forum/45-paid-services/ topic closed.
  6. like this ? http://upaste.me/r/657c37123fcc206
  7. if you know it's the problem caused by loadevent then..search for loadevent inside your NPC folder...you dont have to unload all npc and check 1 by 1 ... sound like a script that work like this ? OnPCLoadMapEvent: warp "map",x,y; // warp to same map. or OnPCLoadMapEvent: atcommand "@refresh";
  8. probably you're trying to extract a secured GRF. if not mistaken..the contents you extracted from a secured GRF will resulting broken files or "non-exist" files.
  9. use OnClock2000:
  10. the part where your player finished the script .... located at line XYZ of your Unknown Quest script ....
  11. Emistry

    Refiner

    you can try this https://rathena.org/board/index.php?/files/file/2962-%7B?%7D/
  12. @brunoshp it's possible ... @shakto you didnt add the source mod given .... there are 3 new script commands in the source mod made by annie. @mrlongshen and erba there should be no problem for any version to add a custom script commands.
  13. simply edit your chat window to display only public / party / guild chat ?
  14. perhap it's because you added some file that will change your current GRF...example your GPF file... the neancube will need to recompile / repack your GRF ... otherwise your GRF will proabably become corrupted data. if your current GRF is too big ... it's better for you to create a new GRF and patch a new GRF that have less files ...save time for you to repack ... keep any unnecessary from the main grf that you used to update.
  15. how about here ? src/common/mapindex.h
  16. ah...wrong...i forgotten .. it should be this npc/re/scripts_main.conf
  17. because the npc file isnt loaded at all ... example : npc/scripts_custom.conf
  18. Emistry

    Homunculus

    edit db/re/mob_db.txt find the guardian mob and adjust the HP and stats.. edit db/re/homunculus_db.txt find the homuncules and adjust the HP and stats..
  19. remove mf_nogo from the array
  20. find any hourly reward script in forum and change the reward to cashpoints.
  21. Emistry

    GM Group

    @Norse because Group ID 100 isnt exist in your conf/group.conf you have to add it ...like Bisuke said. ( wondering if 100 will working ... =='' ) still i dont think you will have that much of group id inside your server ..
  22. @eboni just edit the sc_status duration .... 1000 = 1 second..
  23. yes..update it to latest instance system ... O.O ...
  24. extract it from data.grf or get it from old data folder.
×
×
  • Create New...