AbsolutePower Posted September 15, 2012 Posted September 15, 2012 (edited) Just look the video:https://www.youtube.com/watch?v=yfCUu1SP9pU here is the codehttp://pastebin.com/U4x09qs3IF YOU DONT KNOW HOW TO PUT THE CODE JUST REPLY HERECredits Me(AbsolutePower) Edited January 25, 2015 by AbSoLuTePoWeR Quote
Fizo Posted September 15, 2012 Posted September 15, 2012 looks great share ! i will try it right now Quote
Fizo Posted September 15, 2012 Posted September 15, 2012 L2ClassMaster.java here will be the code? Quote
^Wyatt Posted September 15, 2012 Posted September 15, 2012 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) { } Quote
AbsolutePower Posted September 15, 2012 Author Posted September 15, 2012 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 :) Quote
HookeyPooke Posted September 15, 2012 Posted September 15, 2012 looks great share ! i will try it right now worked..! Quote
DescJa Posted September 15, 2012 Posted September 15, 2012 final ClassId Nixas :P cool , keep it. Quote
AbsolutePower Posted September 15, 2012 Author Posted September 15, 2012 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 :) Quote
AbsolutePower Posted September 15, 2012 Author Posted September 15, 2012 looks gud, gj. interesting :) ty guys :) Quote
Fanky Posted September 15, 2012 Posted September 15, 2012 you could code it better dude(take as example what wyat suggest you), tho its a good idea. thanks Quote
AbsolutePower Posted September 15, 2012 Author Posted September 15, 2012 you could code it better dude(take as example what wyat suggest you), tho its a good idea. thanks ty mate :) i don't like the switch. i think this is better :) Quote
Recommended Posts
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.