

Composite
Member-
Content count
219 -
Joined
-
Last visited
About Composite
-
Rank
Mithril Member
-
I tryed and tryed to do this multiple xp thing for 2 days. Can someone please do it for me <3? Its taking for ever im using naughtyscapes source
-
Thats the code but i have some errors [CODE] if(c.rookie = 1) xp = xp*MULTIPYER if(c.average = 1) xp = xp*MULTIPYER if(c.legend = 1) xp = xp*MULTIPYER public boolean addSkillXP(int xp, final int skill) { if (skill < 0 || c.locked || c.canSpawn) { return false; } if (c.inRandomEvent()) { return false; } if (xp + c.playerXP[skill] < 0 || c.playerXP[skill] > 200000000) { if (c.playerXP[skill] > 200000000) { c.playerXP[skill] = 200000000; } return false; } xp *= SkillHandler.EXP_RATE[skill]; // XP multiplier xp *= DoubleXP.doubleXp ? 2 : 1; // xp *= c.newPlayer() ? 2 : 1; if (xp < 0) { xp = 0; }[/CODE] [ATTACH=CONFIG]6978[/ATTACH]
-
Yes, like hard difficulty you would get a sword that is powerful to level up and drop rates esc
-
What is the best startee vps right now?
-
Can anybody help me?
-
How can my server have more than one exp rate? Like i know how to edit it. How do add more than one tho? have like extremely easy medium snd hsrd. Each one you do it gets harder to lvel up. thank you
-
When I compile then start Breakingpoints Client This What Happens. Can someone help me? [ATTACH=CONFIG]5205[/ATTACH][ATTACH=CONFIG]5206[/ATTACH]