Jump to content

System Rebirth


Recommended Posts

Then you'll need to tell vanganth to clean up his ExpInc calls on user vTable.

 

 

You could perhaps try something like this.

 

But it will cause AI lag, i think.

You can try with less loops like 100, to avoid DJ vangath catching it as a exp overflow in his Hooks.

for(i9 = 0; i9 < 500; i9 = ( i9 + 1 ))
{
  myself::IncrementParam(-4198652);
}
Edited by mcbigmac
Link to comment
Share on other sites

  • 1 month later...

anybody figured how is this working? i have the same problems

tryed

gg::SetPCLevel(talker, 55); also 1 or 2 or 80

tryed those numbers

https://subversion.assembla.com/svn/l2hellas/trunk/L2JHellasD/data/xml/experience.xml

but seems the cap is 2.147.xxx.xxx

any other help?

thank you

Link to comment
Share on other sites

myself::IncrementParam(talker,0,-75563791);

myself::IncrementParam(talker,0,-75563791);

myself::IncrementParam(talker,0,-75563791);

myself::IncrementParam(talker,0,-75563791);

worked ty

Edited by Nightw0lf
Link to comment
Share on other sites

  • 8 months later...

Solutions posted here are invalid.

After tests and tests and discussions with people that have knowledge about this the solution is here.

Its set to delevel to 40 lvl not 1.

 push_event      //  gg
        push_const 632
        add
        fetch_i
        push_event      //  talker
        push_const 40
        add
        fetch_i
        push_const 40
        func_call 218234898     //  func[SetPCLevel]
        shift_sp -2
        shift_sp -1

Credits to Vanganth.

 

Co-Credits to Mac for helping.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...