Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
Isn't this similar to monster hunting(I guess I spelled the named right)?
-
Source supports enums, what about Scripts? scripts only support numbered switch cases(and constants) setting up constants for scripts is not good(As far as I am concerned).[Constants also don't support strings(For Scripting)]
-
Yes, that's the reason I have included those variables in OnInit: You can change those to any values you want.
-
https://github.com/datmumbles/Scripts/raw/master/event/invasion.txt Here's the Script...
-
I extract monster_talk_table from kro official grf and put it into my data folder, my client was read data folder first but still dosn't work for me , dunno why Ind sir's monster_talk_table works properply for him. Did I forget something? I think there's a diff in NEMO Patcher which allows monster_talk_table in all langtypes.(but as I see you already did it,) Maybe try another client and check if it works,if it works, then its NEMO bug for 2013-12-30RagEXE
-
Seems like I bymistakely diffed a wrong folder.... Anyways,Uploaded a fixed version.
-
Well, if you want to know why this happens, here's the answer: the MsgStringTable.txt keeps changing over a period of time, kRO Apparently seems to add some lines in between the file(rather than in end) causing incompatibility with the old client.
-
Dastgir, thanks for this. I really appreciate your time and effort doing this. +1 Just Keep giving us amazing ideas
- 14 replies
-
- woe ranking
- guild ranking
-
(and 1 more)
Tagged with:
-
From Putty: Login to putty(assuming that you using linux) type following command mysqldump -u root -pPASSWORDHERE database > filename.sql it will create filename.sql in the folder you are in, download that filename.sql to your pc, connect to your new vps, transfer filename.sql to there. then open putty and type following command mysql -u root -pPASSWORDHERE database < filename.sql OR If using PhpMyAdmin: select a database, and export the database by button located at top, choose appropriate options, and export it,(file will be downloaded.) On New Host: Login to phpmyadmin,create database, select that database, Press Import button located at top(besides Export Button), Choose your sql file and submit, and your database will be transferred.
-
File Name: Ultimate Guild Ranker File Submitter: Dastgir File Submitted: 17 Mar 2014 File Category: PvP, WoE, GvG, & Battleground Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking Percentage Changes:AgitCount= 20%Emp Break = 50%Active Participants = 20%KDR = 10% Features: Guild Ranking Previous Month Guild Ranking Rewards based on previous month Edits to made after installing the Script: Open npc/guild/agit_main.txt Add Following Line doevent "UltimateRanker#00::OnEmpBreak"; Before // Adjust Economy Invest Level for Castle set .@Economy,getcastledata(strnpcinfo(2),2) - 5; Have a Custom WoE? And its not triggering the Script?? Solution: add the following line on EmperiumBreaking Label. doevent "UltimateRanker#00::OnEmpBreak"; Please report any bugs/suggestions. Click here to download this file
-
+1 for this, a good feature to be implemented.
-
Version v1.3
860 downloads
Script By Request : http://herc.ws/board/topic/4756-ultimate-guild-ranking Percentage Changes:AgitCount= 20%Emp Break = 50%Active Participants = 20%KDR = 10% Features: Guild Ranking Previous Month Guild Ranking Rewards based on previous month Edits to made after installing the Script: Open npc/guild/agit_main.txt Add Following Line doevent "UltimateRanker#00::OnEmpBreak"; Before // Adjust Economy Invest Level for Castle set .@Economy,getcastledata(strnpcinfo(2),2) - 5; Have a Custom WoE? And its not triggering the Script?? Solution: add the following line on EmperiumBreaking Label. doevent "UltimateRanker#00::OnEmpBreak"; Please report any bugs/suggestions. -
Here's the Script: UltimateGuildRanker: UltimateGuildRanker.diff For Updated Script, Go to this link: http://herc.ws/board/topic/4941-ultimate-guild-ranker/ (Although in its initial stages, report any bug if found) (NOTE: this is diff not txt file.) At first just execute 2 querys in the top of the UltimateGuildRanker.txt
- 14 replies
-
- woe ranking
- guild ranking
-
(and 1 more)
Tagged with:
-
Can you show your char-server and map-server windows too? and if possible the configuration of conf folder?
-
You can really diff old client and get a 2008 data folder, but I prefer that you use sql_Version, since txt version from all emulators are removed, and contains bugs(that was fixed over these years) a
-
Maybe try with some other client version,
-
[Help] Putting Custom Skills in Misc Tab
Dastgir replied to roygbiv's question in Client-Side Support
Skills are put in misc if it is given by item_commands like skill i,n; https://github.com/HerculesWS/Hercules/blob/master/doc/item_bonus.txt#L12 or script commands like skill <skill id>,<level>{,<flag>}; https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5476 -
yeah im waiting too.. hehehe i would sacrifice the ext. vending system for this.. and move to the latest when the clan system will be available.. just a little concern about the clan system it would be nice if its 2 clan or 2 type on;y , " Devil and Angel " so there is rivalry between these two clans its kRO feature(and have 5 clans I guess), and I also don't know how we get involved in clan...
-
That's a Very Bad news, we are losing out best official information giver.
-
Sorry, what does "if you updated the structs then i can't see any problem in the code" mean? I dont understand, Im so sorry. He Just mean, change clif_displaymessage to clif->message
-
http://herc.ws/board/blog/1/entry-48-a-peek-on-clans/ Posted 5 months before by Ind... I also want to know when this would be implemented..
-
its not like that, if he dont update in time, and no reply for a year, what does that mean?its ok even if he reply in 2-3days, but still he only made 1 reply, and no update till now....
-
<URL><INFO> is the client method to give you a link, maybe you have to inject some dll to client which when received a specific signal, will open webpage, (Other than that, can't think of any other way)
-
Add this after quest NPC after the quest is done. CUSTOM_POINTS += 5; //You can Change CUSTOM_POINTS to any variable you want, and you can use this variable anywhere in other npc to check if player has certain amount of points or not,etc. Prefer checking https://github.com/HerculesWS/Hercules/raw/master/doc/script_commands.txt for a in-depth details of commands,variables and arrays.
-
@offtopic Isn't that client unstable? I see there's many random crash with that client.