Thread: Nee help with a shop!

Results 1 to 8 of 8
  1. #1 Nee help with a shop! 
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    Well I just made a Skill-Point Shop but the items in there aren't werth points, there werth cash.


    Anyway I can fix this?


    EDIT: FIXED!!!
    Reply With Quote  
     

  2. #2  



    Join Date
    Dec 2010
    Posts
    833
    Thanks given
    261
    Thanks received
    121
    Rep Power
    204
    Reply With Quote  
     

  3. #3  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Which base are you using? I will point you to the right file first and how to change the currency.
    Reply With Quote  
     

  4. #4  
    Ligma male grindset


    Join Date
    Nov 2011
    Age
    27
    Posts
    4,331
    Thanks given
    1,032
    Thanks received
    1,941
    Rep Power
    5000
    You put the shop in the wrong process. There's a process for coins and process for skill points

    for example:

    Code:
    playerassistant.java

    Spoiler for Signature:
    Attached image
    Attached image

    Attached image

    Attached image

    Reply With Quote  
     

  5. #5  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    I have PI,.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    i needed this too and tried but i got this error:
    Code:
    src\server\model\players\PlayerSave.java:79: error: cannot find symbol
                                                    p.donorPoints = Integer.parseInt
    (token2);
                                                     ^
      symbol:   variable donorPoints
      location: variable p of type Client
    src\server\model\players\PlayerSave.java:383: error: cannot find symbol
                            characterfile.write(Integer.toString(p.donorPoints), 0,
    Integer.toString(p.donorPoints).length());
                                                                  ^
      symbol:   variable donorPoints
      location: variable p of type Client
    src\server\model\players\PlayerSave.java:383: error: cannot find symbol
                            characterfile.write(Integer.toString(p.donorPoints), 0,
    Integer.toString(p.donorPoints).length());
    
                      ^
      symbol:   variable donorPoints
      location: variable p of type Client
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    Reply With Quote  
     

  7. #7  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    Thanks liam but I can still buy with cash....
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    can anyone help me i found a fix for the other errors but now in my text files it writes this:
    Code:
     DonorPoints 0
    without an "=" sign and even if i add 1 and i relog it goes back to:
    Code:
     DonorPoints 0

    also if i switch it to DonorPoints =300 and i try to buy something it doesnt work. says you dont have enough donor point
    please help!
    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: 38
    Last Post: 10-02-2011, 10:57 PM
  2. Replies: 13
    Last Post: 06-20-2011, 02:25 PM
  3. nee help with server error!
    By yodamonkey5 in forum Help
    Replies: 3
    Last Post: 12-02-2010, 08:11 AM
  4. Nee help with compiler
    By Project-Reborn in forum Help
    Replies: 8
    Last Post: 02-27-2010, 12:32 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
  •