Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
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,
-
@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)..
-
Get translated folder: https://github.com/ROClientSide/Translation/tree/master/Data
- 68 replies
-
- client set-up
- 2013 client
- (and 3 more)
-
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.
- 68 replies
-
- client set-up
- 2013 client
- (and 3 more)
-
any map-server error?
- 68 replies
-
- client set-up
- 2013 client
- (and 3 more)
-
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"
-
strcharinfo() no longer recognized in defpattern
Dastgir replied to AnyThing's question in Script Support
change "SC_INCREASEAGI" to "SC_INCAGI" and it would work.. -
strcharinfo() no longer recognized in defpattern
Dastgir replied to AnyThing's question in Script Support
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? -
Its your msvc(Visual Studio) error, maybe its not installed properly..
-
+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..
-
is your src/plugins/MakeFile.in modified?
-
suggestions about latest and most stable client for 2013-2014
Dastgir replied to apuadofrancisco's question in Client-Side Support
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/ -
Resetting everything but Character and their levels.
Dastgir replied to ryuseikai's question in Database Support
TRUNCATE every table except `login` and `char` (but, will delete inventory,guilds,storage, and all other things..) -
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.
-
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)
-
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?
-
Can you provide some more info like which client are you using?
-
Get the translated data folder (https://github.com/ROClientSide/Translation/tree/master/Data) and pack it into grf that is read FIRST.
-
Neoncube : failed to get patch/
Dastgir replied to Felipe Brasil's question in General Server Support
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* -
Added Reset Ranking at v1.1a
-
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"
-
2012-05-25aRagexeRE.exe. Support adding Mobs
Dastgir replied to phoenix29's question in Client-Side Support
assuming you have not edited npclocationRadius,(or show us the npclocationradus.lub) here;s the lua for mob entries: http://upaste.me/a773121136868bb5a -
have you diffed with "Increase Headgear View ID"? and have you edited accname_eng.lub?
-
2012-05-25aRagexeRE.exe. Support adding Mobs
Dastgir replied to phoenix29's question in Client-Side Support
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 -
2012-05-25aRagexeRE.exe. Support adding Mobs
Dastgir replied to phoenix29's question in Client-Side Support
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.