Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. there's new prontera which cannot be loaded in 2014 clients. so use http://herc.ws/board/files/file/182-old-prontera/
  2. Dastgir

    @arealoot

    Why don't use plugin directly?
  3. Altermatively, if you don't want to edit source files, and you're compiling through ./configure and make, you can use the following (again, replace with your actual keys): ./configure --with-key1=0xFIRSTKEY --with-key2=0xSECONDKEY --with-key3=0xTHIRDKEY conf/battle/client.conf: packet_obfuscation: ^ Maybe you have it 0, change to 2. (Also if possible , post screenshot of the error, so its easy to know what's the exact error) (And if possible open new topic, instead posting in this news topic)
  4. Sorry guys, recently I have rejected/ignored many works, due tosome personal problems, now I am available again.
  5. Maybe you disabled packet encryption(either from server side or client side)?Or changed packetkeys , but haven't changed from server side??
  6. You haven't changed PACKETVER in mmo.h or maybe forgot to recompile after that. You have some high pallete id but haven't diffed with Enable 64k pallete.
  7. mob_skill_rate: 100 in monster.conf Lower the value of it, and it will start attacking too.
  8. Lag depends on location of the host, server specs, player hardware specs, player speed, host speed. So there's many factor which can cause lagg. About server restarting itself, it might be timeout , some crash, or maybe insufficient ram
  9. Probably you are not using hercules
  10. I guess you were the one who appeared on IRC... http://pastebin.com/t6aNP0iQ Use ./configure first, since there were updates to it, so that it can pick up correct location.
  11. all things that are in data folder should be in GRF, only the System folder should be outside the GRF
  12. thanks , but i want to know what should i do for script work in rA but doesnt work in Hercules. i think they have a different command or something else...because not only 1 . all my event , warper , n healer npc doesnt work in hercules but work 100% in rA . cant clicked You should really consider checking map-server for error, it would show you error(And many a times, solution for error too)
  13. Check the instance_attachmap command, instance duplicates the map with the given name, so you can use map name according to party. And create as many instanced map with different names
  14. Maybe because he haven't made it like a job sprite? Job sprite are without heads.
  15. Known issue for client >= 2014-10-22 It's server side BTW.
  16. Try ingame rather than In char server
  17. https://github.com/ROClientSide/Translation^ supports 2015 clients too.
  18. Change waitingroom "Waiting Room",3,"Guard::OnWarp",1; To waitingroom "Waiting Room",3,"Guard::OnWarp",3;
  19. Post the error, I mostly doubt its case sensitive thing.
  20. Add atcommand "@alive"; Before warping, It may be due to as he dies , warp out as dead, and server might recognize as he died on new location.(just assumptions)
  21. Please, create another thread about this person and leave everything you can about him, so people will know whom you deal with. If you really wish to make thread, just be sure to include proofs.
  22. Dastgir

    Exp Mod help

    Change if(gettime(4) == 0) To if(gettime(4) == 1)
  23. On 13.2, third class were implemented, and that was start of renewal.
  24. mobRewardPoints to.mobRewardPoints
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.