Thread: World Map Clickable

Results 1 to 8 of 8
  1. #1 World Map Clickable 
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Hello,

    I'm using Ascend source right now.

    The world map leads you to a website right now, which is handled client sided. I want it to open my teleport interface.

    To do this, I have to register it as a button server sided, correct? I think its a configbutton?

    How and where would I do this?

    Thanks.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Sep 2018
    Posts
    58
    Thanks given
    17
    Thanks received
    10
    Rep Power
    0
    if you just search the link to the heatmaps

    and make it open the interface something like

    sendinterface something along those lines
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2018
    Posts
    121
    Thanks given
    82
    Thanks received
    55
    Rep Power
    0
    Quote Originally Posted by i am here View Post
    Hello,

    I'm using Ascend source right now.

    The world map leads you to a website right now, which is handled client sided. I want it to open my teleport interface.

    To do this, I have to register it as a button server sided, correct? I think its a configbutton?

    How and where would I do this?

    Thanks.
    you could also do it client side using openInterfaceId = number;
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2018
    Posts
    19
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by i am here View Post
    Hello,

    I'm using Ascend source right now.

    The world map leads you to a website right now, which is handled client sided. I want it to open my teleport interface.

    To do this, I have to register it as a button server sided, correct? I think its a configbutton?

    How and where would I do this?

    Thanks.
    Code:
    if(l==852)
    			openInterfaceID = 51000;
    		}
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jul 2018
    Posts
    121
    Thanks given
    82
    Thanks received
    55
    Rep Power
    0
    Quote Originally Posted by xxrune View Post
    Code:
    if(l==852)
    			openInterfaceID = 51000;
    		}
    i just said that in my comment above lmao but
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Quote Originally Posted by Zac343 View Post
    i just said that in my comment above lmao but
    Isn't it not smart to do it via client side?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jul 2018
    Posts
    121
    Thanks given
    82
    Thanks received
    55
    Rep Power
    0
    Quote Originally Posted by i am here View Post
    Isn't it not smart to do it via client side?
    does not matter the packet does the same thing ... it just sends an int to the client to open the interface
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Mar 2012
    Posts
    710
    Thanks given
    19
    Thanks received
    5
    Rep Power
    37
    Quote Originally Posted by Zac343 View Post
    does not matter the packet does the same thing ... it just sends an int to the client to open the interface
    This is the server sided code:
    Code:
    c.getPA().showInterface(51000);
    			c.getTeleport().selection(c, 0);
    The 2nd line gets rid of this issue:
    Attached image

    How can I add that line client sided?
    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

Similar Threads

  1. Replies: 2
    Last Post: 09-06-2017, 05:16 PM
  2. World Map
    By Profesor Oak in forum Configuration
    Replies: 7
    Last Post: 12-08-2008, 11:58 PM
  3. [503] Better World Map Tutorial
    By cakeordeath2 in forum Tutorials
    Replies: 28
    Last Post: 07-29-2008, 10:30 AM
  4. [B]How to spawn items on world map [tut][/B]
    By i dds i in forum Tutorials
    Replies: 9
    Last Post: 09-25-2007, 01:05 AM
  5. Phate's lost world map xml files !
    By WhiteFang in forum Downloads
    Replies: 16
    Last Post: 08-15-2007, 10:48 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •