Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. accessoryid.lub ACCESORY_ALUCARD_GLASSES = 1200,ACCESORY_ALUCARD_HAT = 1201,ACCESORY_ANGELING_CAP = 1202,ACCESORY_AQUARING_HAT = 1203, you are missing one S Should be ACCESSORY_ALUCARD_GLASSES = 1200,ACCESSORY_ALUCARD_HAT = 1201,ACCESSORY_ANGELING_CAP = 1202,ACCESSORY_AQUARING_HAT = 1203,
  2. @reloadsript speed depends upon your VPS speed, I guess ram and VPS I/O Speed and most important, the amount of scripts that is going to be loaded. I have a low-end VPS , but still, in that it takes 2-3 seconds for reloadscript(which is kinda very low)..
  3. Get translated folder: https://github.com/ROClientSide/Translation/tree/master/Data
  4. any map-server error? I don't have but I think the source is the packet that i'm using... I changed my client version then I've got that error... How do I fix this? and also how to change the language to english? Thank You. Edit src/common/mmo.h #define PACKETVER 20131223 Change 20131223 to your client date.
  5. I am trying to add plugins, but when I run "make plugin", it gives me this error. This is a freshly installed Hercules. it seems that you are typing wrong command.. you should type "make plugins", you are missing the last "s"
  6. change "SC_INCREASEAGI" to "SC_INCAGI" and it would work..
  7. Using your script, and its casting FCP on me when clicking and also by typing "buffme" which revision of hercules and which client you are using?
  8. Its your msvc(Visual Studio) error, maybe its not installed properly..
  9. +1 for it, I would say the same as evilpuncker.. P,S: if we have many eAmod haters, this topic will be full of rubbish things..
  10. is your src/plugins/MakeFile.in modified?
  11. 2013-08-07 is the stable client(based on my tests on it.) , Packets are already in the hercules source, you just need to change src/common/mmo.h About 2014 clients, I guess, we don't have any stable clients yet so far.(its absolutely upon my usage of those clients.) Some Useful Links: Obtaining Hercules: http://herc.ws/board/topic/152-obtaining-hercules/ ClientSide Project: http://herc.ws/board/topic/398-client-translation-project/page-1 Hercules News: http://herc.ws/board/forum/12-repository-news/ (you might get to know some major changes here) And we have a thread of useful links too: http://herc.ws/board/topic/164-requested-links/
  12. TRUNCATE every table except `login` and `char` (but, will delete inventory,guilds,storage, and all other things..)
  13. we don't use packet_db.txt, we have src/map/packets.h. Also, have you recompiled your hercules? and please check map-server for any warnings/errors.
  14. Points depends on ".Quests" setting. Point Calculation is something like. It loops for (.Quests) times for setting variable (a = a+(Monster level, which you are hunting) ) then points are calculated. (Points = 3+(a/.Quests/6) So Basically Minimum Points are 3, Maximum Points Depends upon Monster Level and the value of .Quests (Line 148 and line 155)
  15. Are you using latest hercules? Since I don't seem to have problem with that client, and a silly question, have you changed PACKETVER in mmo.h? or any error in map-server?
  16. Can you provide some more info like which client are you using?
  17. Get the translated data folder (https://github.com/ROClientSide/Translation/tree/master/Data) and pack it into grf that is read FIRST.
  18. Patch_list should be a file(containing info of patches) not a directory Format of patchlist.txt //this will extract patch1.gpf into the data folder 1 FLD patch1.gpf //here, patch2.gpf will be mergegd with grf_file 2 GRF patch2.gpf //You can also delete files from the data folder. 3 FLD datafilenametodelete.xml* //Deleting files inside a GRF archive is still supported 4 GRF datai_will_delete_you.txt*
  19. Added Reset Ranking at v1.1a
  20. As Mentioned, Do you have cookies enabled? Try clearing the cache and try again. or maybe check the "session.save_path" in php.ini and make sure that folder have proper permission. generally php.ini is in "etc/php.ini"
  21. assuming you have not edited npclocationRadius,(or show us the npclocationradus.lub) here;s the lua for mob entries: http://upaste.me/a773121136868bb5a
  22. have you diffed with "Increase Headgear View ID"? and have you edited accname_eng.lub?
  23. Oops, Sorry, I mean npcidentity.lua https://raw.githubusercontent.com/ROClientSide/Translation/master/Data/luafiles514/lua%20files/datainfo/NPCIdentity.lub or http://upaste.me/r/68fe121121ef485ea
  24. I suggest you to use this one: https://github.com/ROClientSide/Translation/raw/master/Data/luafiles514/lua%20files/datainfo/jobidentity.lub, as it contains all the mob entries.
×
×
  • Create New...

Important Information

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