Thread: InsidiaX Question

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 InsidiaX Question 
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    425
    Thanks given
    46
    Thanks received
    17
    Rep Power
    95
    I want to change all the teleport buttons to red



    Like the home button..


    How do i change the rest?





    ~~~~~~~~~~~~~~~~~~~~~~~

    Question:
    I want to add a Login Screen so that when players login they can choose from "Pure" "Master" Or "Skiller". All the Gfx are in my cache.. I just need a guide or someone to explain how make this work.
    Reply With Quote  
     

  2. #2  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,179
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    so take it out of interface's and just change in clickingbuttons that it will tele and not pop up a interface etc...
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    425
    Thanks given
    46
    Thanks received
    17
    Rep Power
    95
    I've got the interface removed. Now i just need to fix it to teleport when clicked..


    New question up!
    Reply With Quote  
     

  4. #4  
    Registered Member EthanPlusOne's Avatar
    Join Date
    Dec 2011
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    14
    I don't exactly understand what you're asking for question 1; you want to add new teleports?

    As for question 2, to make the teleports red you can go into your cache and edit the sprites.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    425
    Thanks given
    46
    Thanks received
    17
    Rep Power
    95
    Quote Originally Posted by EthanPlusOne View Post
    I don't exactly understand what you're asking for question 1; you want to add new teleports?

    As for question 2, to make the teleports red you can go into your cache and edit the sprites.
    Okay..

    You know how when you click

    Eg Monster teleport.. It has a list?

    I removed the list & now i want to make them all like RS.. Click & Teleport, just expect to wildy locations.


    Question 2: I have done that for all the home buttons, but the other teleport images aren't there.
    Reply With Quote  
     

  6. #6  
    Registered Member EthanPlusOne's Avatar
    Join Date
    Dec 2011
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    14
    Quote Originally Posted by Sånçtitÿ ™ View Post
    Okay..

    You know how when you click

    Eg Monster teleport.. It has a list?

    I removed the list & now i want to make them all like RS.. Click & Teleport, just expect to wildy locations.


    Question 2: I have done that for all the home buttons, but the other teleport images aren't there.

    1: If I understand you, you're wanting to put
    Code:
    case ****: //Button ID
    			c.getPA().startTeleport(X, Y, 0, type);	
    			break;
    in your clickingbuttons class.

    2. You edited all the spell icons in your cache?
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    425
    Thanks given
    46
    Thanks received
    17
    Rep Power
    95
    Quote Originally Posted by EthanPlusOne View Post
    1: If I understand you, you're wanting to put
    Code:
    case ****: //Button ID
    			c.getPA().startTeleport(X, Y, 0, type);	
    			break;
    in your clickingbuttons class.

    2. You edited all the spell icons in your cache?
    Yeah. The only image was the home teleport.. the rest are not there.
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Oct 2010
    Posts
    1,309
    Thanks given
    63
    Thanks received
    257
    Rep Power
    0
    to change the colour of the button for the other teleports, u will have to use toms cache suite and go to:

    View/edit image archive > media > magicon2.dat/magicoff2.dat
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Nov 2008
    Age
    29
    Posts
    425
    Thanks given
    46
    Thanks received
    17
    Rep Power
    95
    Can i get help with the pure command?
    Reply With Quote  
     

  10. #10  
    Registered Member EthanPlusOne's Avatar
    Join Date
    Dec 2011
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    14
    Quote Originally Posted by Sånçtitÿ ™ View Post
    Can i get help with the pure command?
    You mean like this?:
    Code:
    	if (playerCommand.startsWith("pure") && c.pure == 0) {
    				int i = 0;		
    				c.getPA().addSkillXP((15000000), 0);
    				c.getPA().addSkillXP((15000000), 2);
    				c.getPA().addSkillXP((15000000), 3);
    				c.getPA().addSkillXP((15000000), 4);
    				c.getPA().addSkillXP((15000000), 6);
    				c.playerXP[3] = c.getPA().getXPForLevel(99)+5;
    				c.playerLevel[3] = c.getPA().getLevelForXP(c.playerXP[3]);
    				c.getPA().refreshSkill(3);
    				c.pure = 1;
    			}
    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. [InsidiaX] Webclient [Insidiax]
    By Uzumaki in forum Selling
    Replies: 7
    Last Post: 01-28-2012, 05:09 AM
  2. INSIDIAX preatty easy question...
    By rockarocka in forum Help
    Replies: 14
    Last Post: 12-27-2011, 02:15 AM
  3. Insidiax
    By darksoul in forum Help
    Replies: 12
    Last Post: 12-18-2011, 01:57 AM
  4. Replies: 3
    Last Post: 12-15-2011, 09:41 PM
  5. Insidiax
    By Emble in forum Help
    Replies: 0
    Last Post: 10-07-2011, 04:39 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
  •