Thread: Need Help With Few Things

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1 Need Help With Few Things 
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    One problem is my max comp veteran and classic capes show up in the inventory like this:



    Second problem is that my player owned shops dont work. I can right click and do sell. insert my price but it doesnt go into shop.

    And last problem is i cannot equip me tokhaar kal cape.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Bump. Really need helps with these.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jun 2007
    Age
    29
    Posts
    3,003
    Thanks given
    52
    Thanks received
    98
    Rep Power
    3208
    Code:

    case 230:
    if(c.pTime >= 259200) {
    c.getItems().addItem(20001, 1);
    c.sendMessage("You recieve a veteran cape");
    c.isVeteran = 1;
    c.playerTitle = 41;
    c.sendClan("SERVER", c.playerName+" has just been Promoted to Veteran Status!", "Global Chat", 2);
    c.sendMessage("Relog to see the changes!");
    }
    if(c.isVeteran = 1){
    c.sendMessage("You already have a veteran cape.");
    } else {
    c.sendMessage("You must have played for 3 days to get the veteran cape.");
    }
    break;


    try that
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    if(c.isVeteran = 1){

    needed to be if(c.isVeteran >= 1){

    and you had en extra bracket on the end lemme test and ill get back to you.
    Reply With Quote  
     

  5. #5  
    only shallow

    Join Date
    Apr 2011
    Age
    26
    Posts
    1
    Thanks given
    2,907
    Thanks received
    413
    Rep Power
    0
    Code:
    case 230:
    	if(c.pTime < 259200) {
    		c.sendMessage("You must have played for 3 days to get the veteran cape.");
    		return
    	}
    	if(c.isVeteran == 1) {
    		c.sendMessage("You are already a veteran.");
    		return;
    	}
    	c.getItems().addItem(20001, 1);
    	c.sendMessage("You recieve a veteran cape");
    	c.isVeteran = 1;
    	c.playerTitle = 41;
    	c.sendClan("SERVER", c.playerName+" has just been Promoted to Veteran Status!", "Global Chat", 2);
    	c.sendMessage("Relog to see the changes!");
    	break;
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Nov 2011
    Posts
    491
    Thanks given
    23
    Thanks received
    66
    Rep Power
    86
    Icons are client sided. And come with models I believe.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Intricate yours worked people can't spam click it anymore. and the top picture i need to get rid of the color on name in area where u type. its only supposed to be on title
    Reply With Quote  
     

  8. #8  
    only shallow

    Join Date
    Apr 2011
    Age
    26
    Posts
    1
    Thanks given
    2,907
    Thanks received
    413
    Rep Power
    0
    Quote Originally Posted by malleus View Post
    Intricate yours worked people can't spam click it anymore. and the top picture i need to get rid of the color on name in area where u type. its only supposed to be on title
    Where you have <shad> and <col>, end it with </shad> and </col> for title.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Jun 2012
    Posts
    652
    Thanks given
    233
    Thanks received
    128
    Rep Power
    0
    Omg Ty Intricate, now can you help me with my tokhaar kal? and its stats not being ingame
    Reply With Quote  
     

  10. #10  
    only shallow

    Join Date
    Apr 2011
    Age
    26
    Posts
    1
    Thanks given
    2,907
    Thanks received
    413
    Rep Power
    0
    Quote Originally Posted by malleus View Post
    Omg Ty Intricate, now can you help me with my tokhaar kal? and its stats not being ingame
    What's wrong with the cape?
    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

Similar Threads

  1. [pi]need help with 2 things[pi]
    By Phoebe in forum Help
    Replies: 2
    Last Post: 04-28-2011, 04:30 PM
  2. need few help on few things
    By Lechuur in forum Help
    Replies: 0
    Last Post: 04-27-2011, 06:41 PM
  3. 2 things
    By Predentius in forum Help
    Replies: 5
    Last Post: 02-03-2010, 04:34 PM
  4. Help with few things
    By Mohit101 in forum Help
    Replies: 1
    Last Post: 04-13-2009, 08:38 PM
  5. A few things...
    By CrotchFruit in forum Help
    Replies: 3
    Last Post: 03-22-2009, 01:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •