Don't think Amulet of Fury is a reasonable item to use.. Use like glory or something.
|
|
Difficulty: 0/10
Tested Source: Berky-Scape 508
Files Modified: ItemOperate.java
First of declare this in ItemOperate.java
Next add this case to where all your other cases are:public int teleDelay = -1;
If you want a cooler one but its harder to escape from enemys here:case 3844:
p.teleportToX = p.absX+Misc.random(5);
p.teleportToY = p.absY+Misc.random(3);
p.requestGFX(385, 100);
p.requestAnim(7303, 0);
if (teleDelay > 0) {
teleDelay--;
}
break;
Purpose of this: Its just fun and useful if your hp is low in wildy and stuff.case 3844:
p.teleportToX = p.absX+Misc.random(5);
p.teleportToY = p.absY+Misc.random(3);
p.requestGFX(385, 100);
p.requestAnim(7392, 0);
if (teleDelay > 0) {
teleDelay--;
}
break;
Credits:
Leave some comments! I wanna know what you think about this!Me-about 70%?
Guy who made MetalScape 508(i got the idea of making this from his source)-30%
Video of what this is:
[Only registered and activated users can see links. ]
Don't think Amulet of Fury is a reasonable item to use.. Use like glory or something.


What dies it do exactly? I'm on my iPod that's why I can't watch vid.
This, when you operate the item, it makes you tele yourself somewere around you and does an emote and a gfx that fit very well together and comes helpful when low hp and need to run away =/


This should be in Configuration/Snippets.
Use code tags + conventions.
the
Should be in process, not in that code. Or use EventManager to process that.Code:if (teleDelay > 0) { teleDelay--; }

Wow it's funny.
Everybody uses new-rune/new-rune sources seems to not know what conventions are.
| « [508] Dragon Claws special - 4 hits/easy | [508] Zgs barrage (on player!) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |