Thread: multi sign (wildy)

Results 1 to 3 of 3
  1. #1 multi sign (wildy) 
    Registered Member xxlukexx's Avatar
    Join Date
    Jan 2009
    Age
    29
    Posts
    103
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i dont have a sign that comes up when im in multy wildy, does anyone know what codes i need to add or a tut?

    thanks,
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Code:
    		if (hasMultiSign && !multiCombat()) {
    		frame61(-1);
    		hasMultiSign = false;
    		}
    		if (multiCombat()) {
    		frame61(1);
    		hasMultiSign = false;
    		}
    		if (!multiCombat()) {
    		frame61(-1);
    		hasMultiSign = false;
    		}
    		if (isInWilderness(absX, absY, 1)) {
    		if (!hasWildySign) {
    		hasWildySign = true;
    		outStream.createFrame(208);
    		outStream.writeWordBigEndian_dup(197);
    		sendQuest("", 199);
    		}
    		int level = ((absY - 3520) / 8) + 1;
    		if (level != wildyLevel) {
    		wildyLevel = level;
    		sendQuest("Level: " + wildyLevel, 199);
    	}
    }
    You may need to edit the last bit a bit because that's edited.
    Reply With Quote  
     

  3. #3  
    Registered Member xxlukexx's Avatar
    Join Date
    Jan 2009
    Age
    29
    Posts
    103
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    tysm.
    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
  •