Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Price to skill up

Newbie Spellweaver
Joined
Aug 11, 2011
Messages
25
Reaction score
0
Where is the prices to up a skill?
cant find it :(
 
Newbie Spellweaver
Joined
Aug 11, 2011
Messages
25
Reaction score
0
Anybody? The price to level up a skill 0~10, is it on gs? elements? I really cant find it and i already searched for :(
 
Upvote 0
Newbie Spellweaver
Joined
Mar 5, 2018
Messages
6
Reaction score
0
there is nothing to change in GetRequiredMoney(GNET~)

Just like this

int __cdecl GNET::Skill1829Stub::GetRequiredMoney(const Skill1829Stub *const this, Skill *skill)
{
return dword_942B19C[GNET::Skill::GetLevel(skill)];
}

my version is 1.5.5

how can I change the price in this case ?
 
Upvote 0
Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,795
Reaction score
2,140
there is nothing to change in GetRequiredMoney(GNET~)

Just like this

int __cdecl GNET::Skill1829Stub::GetRequiredMoney(const Skill1829Stub *const this, Skill *skill)
{
return dword_942B19C[GNET::Skill::GetLevel(skill)];
}

my version is 1.5.5

how can I change the price in this case ?

i'm speaking portuguese but i think you can follow the steps on the video down bellow, this is a manual way of changing in gs file and also in elementskill.dll

 
Upvote 0
Elite Diviner
Joined
Jun 26, 2013
Messages
486
Reaction score
91
Yes sometimes there is math involving skill level or whatnot in relation to the SP and Gold and other times its Premise Skill other times its a book. But often you can find it and make it right :thumbup1:
 
Upvote 0
Back
Top