Thread: portal/object teleporting

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 portal/object teleporting 
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    Okay so i decided to put up these objects on the lumby wall now i clickem and i got the thing set up but i need a code that will let me have two options and then make them pay 25 coins to telle there. Also i need a code so when i click no were it closes the options



    rep++
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    bump anyone?
    Reply With Quote  
     

  3. #3  
    Donator

    Grep's Avatar
    Join Date
    Nov 2007
    Posts
    180
    Thanks given
    4
    Thanks received
    1
    Rep Power
    130
    im my opinion your better off doing this with npc's
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    yeah but i wannt the object because it seems better to use i just need some help getting it to work
    Reply With Quote  
     

  5. #5  
    Donator

    Grep's Avatar
    Join Date
    Nov 2007
    Posts
    180
    Thanks given
    4
    Thanks received
    1
    Rep Power
    130
    i havent done that then im sorry, but ill have a think about it mate
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    or mabe like no options just you need to pay 25coins to teleport to kq like something like that mabe
    Reply With Quote  
     

  7. #7  
    Donator

    Grep's Avatar
    Join Date
    Nov 2007
    Posts
    180
    Thanks given
    4
    Thanks received
    1
    Rep Power
    130
    you would do that under the "case (id of object)" and try find some code that uses an item in your inerventory and change the id to 0995 and amout 25 or something like that, so the code could look like err..

    Code:
    Case 5845;
    
    If interventory slot1, 0995, 25 {
    Tele x = 9384
    Tele y = 3934
    } else {
    SendMessage("You will need 25gp to go there");
    }
    that wont work im just saying it will probably be something like that..
    Reply With Quote  
     

  8. #8  
    Expert Programmer


    Join Date
    Dec 2007
    Posts
    2,018
    Thanks given
    52
    Thanks received
    84
    Rep Power
    986
    A start would be finding the action button ids.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Apr 2009
    Posts
    988
    Thanks given
    12
    Thanks received
    22
    Rep Power
    0
    the id is 13487 and will that delete 25 coins if they do have it
    Reply With Quote  
     

  10. #10  
    Donator

    Grep's Avatar
    Join Date
    Nov 2007
    Posts
    180
    Thanks given
    4
    Thanks received
    1
    Rep Power
    130
    Quote Originally Posted by Flippy View Post
    the id is 13487 and will that delete 25 coins if they do have it
    No that was just to check if the person had 25 coins on them, deleting the coins would be sorta the same. all you need really is to try find some snippets somewhere
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •