Thread: [PI] Quest Tab

Results 1 to 7 of 7
  1. #1 [PI] Quest Tab 
    Banned
    Join Date
    Aug 2009
    Posts
    490
    Thanks given
    22
    Thanks received
    3
    Rep Power
    0
    How would i make a button in my quest tab give items to my character? I know how to make the actionbutton through the server, but i want to make it client-sided.

    For example, i click on the quest "Dragon Slayer" and it will add a whip to my inventory. client-sided.
    Reply With Quote  
     

  2. #2  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    You can't, you have to add it server sided.

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

  3. #3  
    Registered Member Khalym's Avatar
    Join Date
    Oct 2009
    Posts
    98
    Thanks given
    8
    Thanks received
    1
    Rep Power
    6
    I don't believe this is done client-sided. Why do you want it client-sided anyway?

    -Josh
    Reply With Quote  
     

  4. #4  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    Quote Originally Posted by i Leo i View Post
    How would i make a button in my quest tab give items to my character? I know how to make the actionbutton through the server, but i want to make it client-sided.

    For example, i click on the quest "Dragon Slayer" and it will add a whip to my inventory. client-sided.
    You do not want to make this client sided...
    If your going to make it client sided that will open the possiblity that players can EASY spawn any item via client.
    You need to do it server sided bud.

    Advertise your RSPS cheap on my website: www.BryceBux.com

    ^ PM me and I will give you a few dollars for FREE on my website for advertisements ^
    Reply With Quote  
     

  5. Thankful users:


  6. #5  
    Registered Member
    Join Date
    Dec 2010
    Age
    32
    Posts
    603
    Thanks given
    96
    Thanks received
    43
    Rep Power
    59
    it can be done client sided but to do it server sided is much easier, head over to clicking buttons or action buttons whatever you use and add something similar to:


    Code:
                 case '\uf2cb':
                        	     c.getItems().addItem(995, 2500000);
                                     c.sendMessage("you spawn an item");
                            break;

    or
    Code:
                 case 62155:
                        	     c.getItems().addItem(995, 2500000);
                                     c.sendMessage("you spawn an item");
                            break;
    [/CODE]
    Reply With Quote  
     

  7. #6  
    Registered Member BryceTheCoder's Avatar
    Join Date
    Aug 2008
    Posts
    740
    Thanks given
    21
    Thanks received
    24
    Rep Power
    27
    Just a quick question.
    Why do you want to make it client sided anyways?

    Advertise your RSPS cheap on my website: www.BryceBux.com

    ^ PM me and I will give you a few dollars for FREE on my website for advertisements ^
    Reply With Quote  
     

  8. #7  
    Registered Member
    Rock_Gyo's Avatar
    Join Date
    Oct 2009
    Posts
    505
    Thanks given
    27
    Thanks received
    35
    Rep Power
    104
    Make it server 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. [pi]Quest tab colors?
    By Bambambam in forum Help
    Replies: 1
    Last Post: 10-30-2010, 06:35 PM
  2. [PI] Quest Tabs teleing you.
    By pimple123 in forum Tutorials
    Replies: 7
    Last Post: 10-26-2010, 02:18 AM
  3. [PI] Quest tab add items and reset
    By kopjekoffiee in forum Requests
    Replies: 9
    Last Post: 10-22-2010, 05:00 PM
  4. [pi] quest tab
    By Neekage in forum Help
    Replies: 3
    Last Post: 09-12-2010, 05:52 AM
  5. [PI] Quest Tab [PI]
    By klearn1994 in forum Help
    Replies: 0
    Last Post: 07-29-2010, 09:36 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
  •