Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
If want cooldown to not end upon logout, use this http://upaste.me/0812a8
-
void clif_party_info -> memcpy(WBUFP(buf,28+c*46+4), m->name, NAME_LENGTH); Just modify m->name before using memcpy.. and that will show change in party window. Edit: In chat log, they will have normal name, just party window will be edited.
-
Name can be modified via clif.c, hooking appropriate functions..(And trimming names if they reach > 23 char, thats what they do)
-
Bug in script: just relog and cooldown can be bypassed..
-
Maybe he meant this? http://herc.ws/board/topic/4589-pk-area/
-
SQL ALTER TABLE `char` MODIFY `class` SMALLINT(6) UNSIGNED NOT NULL DEFAULT 'HIGH_NOVICE_ID_HERE';
-
It's possible.. See pc.c pc_gainexp function to know which all variables needs to be changed.. But you also need to introduce an hack with client, because client only accepts till 4bil, so you can add a hack to adjust exp accordingly for client to display proper bar.
-
ExtendedVending has been updated, along with some other plugin to fixed bugs. https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
-
Updated: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c
-
src/map/status.h #define MAX_REFINE reduce that
-
I guess this kind of topic should be discussed personally, also this topic is turning to take drama... If drama continues, topic will be locked.
-
Ragexe 2014-02-05 is not responding when changing maps (occasionally occurs)
Dastgir replied to MuzTank's question in Client-Side Support
This definitely is not Lua problem... If you are not alone, it might be some item errors? -
Can any one help me to setup Hercules in my Linux Centos :(
Dastgir replied to GM Clerk's question in General Server Support
If you are using centos7 It have mariadb, so execute this yum -y install mariadb-server mariadb and follow steps as mentioned in guide -
CRITICAL DAMAGE MAKES DROP ITEM 2x ~ 3x. BUG or What?
Dastgir replied to MikZ's question in Source Requests
Yes , comment over plugins.conf -
CRITICAL DAMAGE MAKES DROP ITEM 2x ~ 3x. BUG or What?
Dastgir replied to MikZ's question in Source Requests
https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/Critical-Magic.c Using this plugin? Be sure to disable it and try again(or check if you are using latest version of that), I eventually got busy to refactor that plugin ... -
Can any one help me to setup Hercules in my Linux Centos :(
Dastgir replied to GM Clerk's question in General Server Support
Try service mysql startIn some destro, mysqld is saved as mysql -
hmm i just random number and letters? hahaaBe sure its in hexadecimal:Valid Range: 0-9 and A-F
-
// <Skill id>,<Cast>,<Delay (optional)>//// Cast: 0 - everything affects the skill's cast time// 1 - skill's cast time is not affected by dex// 2 - skill's cast time is not affected by statuses (Suffragium, etc)// 4 - skill's cast time is not affected by item bonuses (equip, cards)//// Delay: 0 - everything affects the skill's delay// 1 - skill's delay is not affected by dex// 2 - skill's delay is not affected by Magic Strings / Bragi// 4 - skill's delay is not affected by item bonuses (equip, cards)//So it means 4 - skill's delay is not affected by item bonuses (equip, cards)
-
Update your Hercules, seems your Hercules is too old to support direct assignment of variables.
-
Can any one help me to setup Hercules in my Linux Centos :(
Dastgir replied to GM Clerk's question in General Server Support
What error you got and what you have executed?? -
Grf luafiles514/lua files/worldviewdata
-
Convert it to conf file (or make a plugin to support SQL) I would say convert to conf, since that guarantees that your changes won't be overwritten while updating...
-
Also setup.exe
-
Pre-renewal Client with hercules emulator.
Dastgir replied to playragnarok2004's question in Client-Side Requests
You should be able to Patch with nemo