Thread: Help coding 1b tickets

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Help coding 1b tickets 
    Registered Member
    Join Date
    Jun 2015
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    i am using nightmare scape source and i cant get the 1b tickets to work, please help i Can click on the option "check" but nothing happens like i click and it just stays there and no money is given.
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Oct 2014
    Posts
    587
    Thanks given
    29
    Thanks received
    76
    Rep Power
    26
    We cannot help you with anything if your not providing any information.
    Programming service - Fast, Cheap & Quality
    http://www.rune-server.org/black-mar...-services.html

    Project that I am currently working on:
    http://www.rune-server.org/runescape...emon-rsps.html

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2011
    Posts
    327
    Thanks given
    130
    Thanks received
    17
    Rep Power
    6
    What is wrong with the tickets?
    What parts are not working
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2015
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by High105 View Post
    What is wrong with the tickets?
    What parts are not working
    I edited it, Read it now thanks!

    - - - Updated - - -

    Quote Originally Posted by Excision Pk View Post
    We cannot help you with anything if your not providing any information.
    I edited it, Read it now thanks!
    Reply With Quote  
     

  5. #5  
    Donator

    Join Date
    Oct 2014
    Posts
    587
    Thanks given
    29
    Thanks received
    76
    Rep Power
    26
    Add a event on press at your ClickItem class.
    Programming service - Fast, Cheap & Quality
    http://www.rune-server.org/black-mar...-services.html

    Project that I am currently working on:
    http://www.rune-server.org/runescape...emon-rsps.html

    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2015
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by Excision Pk View Post
    Add a event on press at your ClickItem class.
    I did
    if (itemId == 5021){
    c.addItems(995, 1000000000) c.deleteItem(5021, 1)
    i dont know if it is correct though because i am new to coding which i why i posted this

    - - - Updated - - -

    What event do i add, do you think you can just put the code in for me? The ticket id is 5021.
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Quote Originally Posted by Oven View Post
    I did
    if (itemId == 5021){
    c.addItems(995, 1000000000) c.deleteItem(5021, 1)
    i dont know if it is correct though because i am new to coding which i why i posted this

    - - - Updated - - -

    What event do i add, do you think you can just put the code in for me? The ticket id is 5021.
    if (itemId == 5021) {
    c.addItems(995, 1000000000) ;
    c.deleteItem(5021, 1);
    }
    If your "Check" options is the second options when you right click your item in your inventory, add it to itemclick2
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Quote Originally Posted by Delinquent View Post
    if (itemId == 5021) {
    c.addItems(995, 1000000000) ;
    c.deleteItem(5021, 1);
    }
    If your "Check" options is the second options when you right click your item in your inventory, add it to itemclick2
    Incorrect you can spam the ticket for inf amount of cash
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2015
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    Quote Originally Posted by Delinquent View Post
    if (itemId == 5021) {
    c.addItems(995, 1000000000) ;
    c.deleteItem(5021, 1);
    }
    If your "Check" options is the second options when you right click your item in your inventory, add it to itemclick2
    It actually says "claim" but its the first option and i added that code to clickitem.java and it still doesnt work or do i need to add to itemclick.java?
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    Quote Originally Posted by ipkmills View Post
    Incorrect you can spam the ticket for inf amount of cash
    Add a timer then , still not a good system tho
    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. [iClarity 1.05] - Bug Fixes/Helpful Code
    By Typhoeus in forum Snippets
    Replies: 194
    Last Post: 04-24-2010, 04:44 PM
  2. Help coding shard rev
    By Shamcooly in forum Help
    Replies: 19
    Last Post: 07-03-2009, 08:10 PM
  3. Need help coding? Click Here!
    By CorruptedSouls in forum Help
    Replies: 6
    Last Post: 05-06-2009, 11:20 PM
  4. Help...Code too large?
    By Pheen in forum Help
    Replies: 7
    Last Post: 03-01-2009, 12:41 AM
  5. [REQ HELP] coding [REQ HELP]
    By ramz-scape in forum RS2 Server
    Replies: 0
    Last Post: 03-09-2008, 11:03 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
  •