Jump to content

Recommended Posts

Posted (edited)

Just look the video:
https://www.youtube.com/watch?v=yfCUu1SP9pU  

here is the codehttp://pastebin.com/U4x09qs3

IF YOU DONT KNOW HOW TO PUT THE CODE JUST REPLY HERE

Credits Me(AbsolutePower)

Edited by AbSoLuTePoWeR
Posted

Suggestion, change it:

public void giveItems(boolean dagger,boolean sagi,boolean mage,boolean duelist,boolean tit,boolean nixas,boolean paladin)

with

public void giveItems(int class)

and then use a switch to check, is cleaner.

switch(class)
{
}

Posted

L2ClassMaster.java here will be the code?

yes...In L2ClassMaster find this:

 

player.setClassId(val);

 

if (player.isSubClassActive())

player.getSubClasses().get(player.getClassIndex()).setClassId(player.getActiveClass());

else

player.setBaseClass(player.getActiveClass());

 

and here add the code

 

then in l2pcinstance add everywhere you want the void :)

Posted

worked..!

looks great share ! i will try it right now

Compile it and done! Gj

work on me too !! thanks

Ty guys :)

 

final ClassId Nixas

:P


cool , keep it.

haha :P ty mate :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock