• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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,797
Reaction score
2,169
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