Checkout duelVictory() in TradeAndDuel.
I can't seem to find it but I'm sure you will have hope.
|
|
Does anyone have that problem in Duel Arena?
Like it takes like 4 seconds to actually tele out and show reward interface by then i can click challenge other and it keeps me in duel arena without giving me rewards
What I want to fix: In the GIF one player kills the other player and when the player that is dead he is still int he areana doing the emote and the player that killed him can now right click him and Challenge him. Thus leaving the player that killed him stuck in duel arean.
REP+++
Checkout duelVictory() in TradeAndDuel.
I can't seem to find it but I'm sure you will have hope.
Looks fine to me, I don't see why that's a problem
gives more time for people to type out flame messages because they lost xD
Bump will repp
Can someone help please?
In tradeandduel.java search:
And you'll see:Code:public void duelVictory() {
Change to:Code:c.freezeTimer = 3;
It will make it so after the victory it only waits 1 second, then it teleports back.Code:c.freezeTimer = 1;
this is my duel vic
Code:public void duelVictory() { Client o = (Client) Server.playerHandler.players[c.duelingWith]; if(o != null) { c.getPA().sendFrame126(""+o.combatLevel, 6839); c.getPA().sendFrame126(o.playerName, 6840); o.duelStatus = 0; } else { c.getPA().sendFrame126("", 6839); c.getPA().sendFrame126("", 6840); } c.duelStatus = 6; c.getCombat().resetPrayers(); for (int i = 0; i < 20; i++) { c.playerLevel[i] = c.getPA().getLevelForXP(c.playerXP[i]); c.getPA().refreshSkill(i); } c.getPA().refreshSkill(3); duelRewardInterface(); c.getPA().showInterface(6733); c.getPA().requestUpdates(); c.getPA().movePlayer(Config.DUELING_RESPAWN_X+(Misc.random(Config.RANDOM_DUELING_RESPAWN)), Config.DUELING_RESPAWN_Y+(Misc.random(Config.RANDOM_DUELING_RESPAWN)), 0); c.getPA().showOption(3, 0, "Challenge", 3); c.getPA().createPlayerHints(10, -1); c.canOffer = true; c.duelSpaceReq = 0; c.duelingWith = 0; c.getCombat().resetPlayerAttack(); c.duelRequested = false; }
still looking for help guys :X
Would you mind posting the instances of which duelVictory is called?
| « [PI] artifacts for pkp | PI Help » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |