Thread: Something useless but awesome and fun

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Something useless but awesome and fun 
    shivang1
    Guest
    Difficulty: 0/10

    Tested Source: Berky-Scape 508

    Files Modified: ItemOperate.java

    First of declare this in ItemOperate.java

    public int teleDelay = -1;
    Next add this case to where all your other cases are:
    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;
    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(7392, 0);
    if (teleDelay > 0) {
    teleDelay--;
    }
    break;
    Purpose of this: Its just fun and useful if your hp is low in wildy and stuff.

    Credits:
    Me-about 70%?
    Guy who made MetalScape 508(i got the idea of making this from his source)-30%
    Leave some comments! I wanna know what you think about this!

    Video of what this is:

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Registered Member Thani's Avatar
    Join Date
    May 2008
    Posts
    192
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    Don't think Amulet of Fury is a reasonable item to use.. Use like glory or something.
    Reply With Quote  
     

  3. #3  
    shivang1
    Guest
    My glory is already in use

    EDIT: The Item is now Guthix book
    Reply With Quote  
     

  4. #4  
    Meh. I can't code.

    Soulevoker's Avatar
    Join Date
    Sep 2007
    Age
    26
    Posts
    1,198
    Thanks given
    5
    Thanks received
    6
    Rep Power
    137
    Pretty cool. Wont use though nice job.

    Reply With Quote  
     

  5. #5  
    shivang1
    Guest
    Thanks
    Reply With Quote  
     

  6. #6  
    I sfogliare Rune-server ad alta


    Join Date
    Nov 2008
    Age
    27
    Posts
    1,702
    Thanks given
    41
    Thanks received
    18
    Rep Power
    791
    What dies it do exactly? I'm on my iPod that's why I can't watch vid.
    Reply With Quote  
     

  7. #7  
    shivang1
    Guest
    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 =/
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Sep 2008
    Posts
    2,156
    Thanks given
    3
    Thanks received
    2
    Rep Power
    182
    kinda like the abby demons if im correct.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Jan 2008
    Posts
    2,345
    Thanks given
    20
    Thanks received
    575
    Rep Power
    1202
    This should be in Configuration/Snippets.

    Use code tags + conventions.

    the

    Code:
            if (teleDelay > 0) {
                    teleDelay--;
            }
    Should be in process, not in that code. Or use EventManager to process that.
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Oct 2008
    Age
    26
    Posts
    948
    Thanks given
    43
    Thanks received
    52
    Rep Power
    98
    Wow it's funny.
    Everybody uses new-rune/new-rune sources seems to not know what conventions are.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •