Thread: Advanced Lending System 1.0

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 44
  1. #11  
    Joshz
    Guest
    Thanks mate!
     

  2. #12  
    Member
    Boomer's Avatar
    Join Date
    Sep 2006
    Posts
    1,282
    Thanks given
    309
    Thanks received
    795
    Rep Power
    1111
    Ah fixed a bug in the tradeWith and openUpShop addons, wouldn't stop them from selling the item, etc.. also I think the openUpShop addon should be moved to buyItem so they can sell items


    [Only registered and activated users can see links. ] ||| FightScape | InnerFantasy | PkIsle | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ]
     

  3. #13  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    Quote Originally Posted by Luke132 View Post
    you mean properly?
    yes i mean its good you perv...

    no need to be immature about it.
    to contact me, PM me on rune-server.
     

  4. #14  
    Respected Member


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    32
    Posts
    12,549
    Thanks given
    177
    Thanks received
    5,789
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Ronaldo View Post
    yes i mean its good you perv...

    no need to be immature about it.
    dam im a perv cos your used to seeing shitty 'handlers' filled with if statements, and when someone posts something done properly, you say you like the way its done, as if its different.


     

  5. #15  
    Well, aren't you clever!

    Concious's Avatar
    Join Date
    Feb 2008
    Posts
    1,697
    Thanks given
    27
    Thanks received
    60
    Rep Power
    195
    Wait, umm do i like trade an npc to loan money? what am i suppost to do to get loaned money... Lol..
     

  6. #16  
    Registered Member

    Join Date
    Jun 2007
    Posts
    2,237
    Thanks given
    267
    Thanks received
    411
    Rep Power
    1283
    Quote Originally Posted by Boomer View Post
    I would have preferred to use a SQL database but I know many people dislike them... it would have been easier.
    They only dislike them because they can not use it.

    But nice job
    Don't worry, Be happy.
     

  7. #17  
    kilermage
    Guest
    wouldn't the ints,booleans,voids be static for you to do

    Code:
    if (Lending.checkAccount()) {
    	sendMessage("You cannot buy items until you pay off your loans!");
    	return;
    }
    Most of the time if they are not static, you will get an error saying something about being non-static.

    So that would have to be

    Code:
    if (server.Lending.checkAccount()) {
    	sendMessage("You cannot buy items until you pay off your loans!");
    	return;
    }
    I don't know, I'm just saying wouldn't it be like that? If not then tell me why.
     

  8. #18  
    Member
    Boomer's Avatar
    Join Date
    Sep 2006
    Posts
    1,282
    Thanks given
    309
    Thanks received
    795
    Rep Power
    1111
    Quote Originally Posted by kilermage View Post
    wouldn't the ints,booleans,voids be static for you to do

    Code:
    if (Lending.checkAccount()) {
    	sendMessage("You cannot buy items until you pay off your loans!");
    	return;
    }
    Most of the time if they are not static, you will get an error saying something about being non-static.

    So that would have to be

    Code:
    if (server.Lending.checkAccount()) {
    	sendMessage("You cannot buy items until you pay off your loans!");
    	return;
    }
    I don't know, I'm just saying wouldn't it be like that? If not then tell me why.
    I am basically bypassing the server class..

    Learn [Only registered and activated users can see links. ] and Read-Up on [Only registered and activated users can see links. ]


    [Only registered and activated users can see links. ] ||| FightScape | InnerFantasy | PkIsle | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ]
     

  9. #19  
    Donator

    Scim's Avatar
    Join Date
    Apr 2007
    Age
    28
    Posts
    739
    Thanks given
    61
    Thanks received
    16
    Rep Power
    238
    client.java:32187: missing return value
    return;
    ^
    client.java:32313: missing return value
    return;
    ^

    err can you help me with my errors ...

    EDIT: its good all i had to do was take out the return; in them.. they were giving me my errors.
     

  10. #20  
    Registered Member
    Anton's Avatar
    Join Date
    Jan 2008
    Posts
    1,197
    Thanks given
    0
    Thanks received
    5
    Rep Power
    249
    Change to return true;
    He has it declared as return;
     

Page 2 of 5 FirstFirst 1234 ... 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
  •