Thread: [HELP]Making veng as an item[HELP]

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 [HELP]Making veng as an item[HELP] 
    hakans_pk
    Guest
    Hello i want to know how i can make vengance to a item cast like.. i if i press on magic whistle.
    then it casts veng..so to be clear i want to make an item casts veng not like emote or spell

    i hope you can help me and if you need more info just ask me
     

  2. #2  
    Warmly
    Guest
    Ehh, sure it's very easy, do you have the vengeance method ?
     

  3. #3  
    hakans_pk
    Guest
    what u mean

    i already got in client.java the veng into emote but i wanna make it into a item
    Last edited by hakans_pk; 11-03-2008 at 08:15 PM. Reason: Double posting is not allowed!
     

  4. #4  
    Warmly
    Guest
    Do you want it all or just how to make an item do it ?

    like:

    Code:
    case ##:
    castVengeance();
    break;
     

  5. #5  
    hakans_pk
    Guest
    i already got in client.java the veng into emote but i wanna make it into a item

    and uhh cant u just add me on msn

    add me [email protected].. so i can tell u more info and i can send u my file u make it right and send me back?? and u get creds?

    i did what u said with that case:## and i get this error

    client.java:27634: cannot find symbol
    symbol : method castVengeance()
    location: class client
    castVengeance();
    ^
    Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    Files Compiled Successfully!
    Druk op een toets om door te gaan. . .

    and btw i want it that only admin+ with player rights 2 can use it=)

    look i got reapagescape source and got veng in emote..but i want to make that veng or another veng into a item ...and i want it to be that only admin+ can use it player rights 2.. and if 0 irghts or 1 want to use it it saysorry ur not admin p+ so u cant use it..if it cant b that way with only admin+ can use it then plz tell me how to make it only the item
    Last edited by hakans_pk; 11-03-2008 at 08:46 PM. Reason: Double posting is not allowed!
     

  6. #6  
    Warmly
    Guest
    Find the id from the emote tab in packet 185 (case 185
    and then there should be something with the click vengeance thing, then you would add to first click item method.
     

  7. #7  
    hakans_pk
    Guest
    ok i found it now wat it says this: case 162: {
    if (actionTimer == 0) { {
    actionTimer = 10;
    stillgfx(401, absY, absX);
    for (int I = 0; I < 20; I++) {}
    for (int I = 0; I <= 6; I++) {
    strPot = true;
    strPotTimer = 90;
    cba = abc / 10;
    abc2 = cba * 2;
    if (abc2 <= 1) {
    abc2 = 2;
    }
    updateRequired = true;
    appearanceUpdateRequired = true;
    break;
    }
    inCombat();
    attackPlayersWithin(600, 25, 10);
    setAnimation(151);
    txt4 = "Take This Mother Fucker!!!!";
    string4UpdateRequired = true;
    RemoveAllWindows();
    }
    }
    }

    sendMessage("Hakan lends you his powers to VENG!");
    break;
     

  8. #8  
    Registered Member
    Join Date
    Oct 2008
    Posts
    314
    Thanks given
    0
    Thanks received
    39
    Rep Power
    33
    doesn't the only thing to make veng for item is making some item give you vengDelay ( or w/e you got ) in ItemSelect?
     

  9. #9  
    hakans_pk
    Guest
    uhm what u mean can u be more clear?
     

  10. #10  
    Banned

    Join Date
    Jul 2007
    Age
    31
    Posts
    1,438
    Thanks given
    43
    Thanks received
    21
    Rep Power
    0
     

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

Tags for this Thread

View Tag Cloud

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