Thread: wild skull

Results 1 to 3 of 3
  1. #1 wild skull 
    Registered Member
    Join Date
    Apr 2009
    Posts
    22
    Thanks given
    0
    Thanks received
    4
    Rep Power
    1
    public int WildyLevel;

    public void wildyLevel() {
    if(isInWildy == false) {
    sendQuest("", 199);
    } else {
    outStream.createFrame(208);
    outStream.writeWordBigEndian_dup(197);
    sendQuest("Level: "+WildyLevel, 199);
    }
    WildyLevel = (((absY - 3520) / 8) + 1);
    }
    theres my wild code but when i leave the wild

    this dont dissappear
    outStream.createFrame(208);
    outStream.writeWordBigEndian_dup(197);
    Reply With Quote  
     

  2. #2  
    Apple Computers
    Bridget7298's Avatar
    Join Date
    Aug 2007
    Age
    32
    Posts
    1,088
    Thanks given
    99
    Thanks received
    49
    Rep Power
    219
    You might like this you might not, consider it though
    Code:
    public int WildyLevel;
    public void wildyLevel() {
    if(isInWildy == false) {
    outStream.createFrame(208);
    outStream.writeWordBigEndian_dup(197);
    sendQuest("@whi@Safe", 199);
    } else {
    outStream.createFrame(208);
    outStream.writeWordBigEndian_dup(197);
    sendQuest("Level: "+WildyLevel, 199);
    }
    WildyLevel = (((absY - 3520) / 8) + 1);
    }
    Reply With Quote  
     

  3. #3  
    Donator
    Tox Ow's Avatar
    Join Date
    Nov 2008
    Posts
    201
    Thanks given
    3
    Thanks received
    0
    Rep Power
    6
    got error, cannot find symbol
    Reply With Quote  
     


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
  •