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

there is new ai function gg::SetPCLevel(talker, LEVEL); you can find info about it in l2service forum, use it for rebirth system ;) gonna work great.

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...