-
Posts
161 -
Credits
0 -
Joined
-
Last visited
-
Feedback
100%
Community Answers
-
Pulentolento's post in Xdat Editor was marked as the answer
Use this:
Xdat Editor Portable 1.3.7
enjoy..!!
-
Pulentolento's post in Primeshop On Gf - Vanganth Extender was marked as the answer
Made it!!
The problem was interface.u.
So I decompiled the file and I found this "BtnhideCashShop", so I edited it using any Hex editor and changing to "BtnShowCashShop", and done!
It was hiding because I took the interface.u file from a private server patch. The retail file have "BtnShowCashShop" as a default.
I hope this can help someone else.
Cheers
-
Pulentolento's post in Htm Dialog After Login was marked as the answer
Ok, I figure out by myself.
I change the class name as a "tutorial_quest_npc" and the code test works prefectly!.
So apparently it works just for that class name.
The final class will be:
class tutorial_quest_npc { handler: EventHandler USER_CONNECTED(talker) { if (talker.level < 6) { myself.ShowPage (talker, "welcome_human_fighter001.htm"); } return; } } It works for GF/H5 files on AdvExt extender.
-
Pulentolento's post in Level Of Mobs was marked as the answer
Ok, thx so much.
I will research and I will post on Client developer section.
Thx
Update: Here is a the file with the lvl of the mobs on NpsName.dat (For H5 Chronicle) HERE.