Thread: A little help please.

Results 1 to 2 of 2
  1. #1 A little help please. 
    Yevy
    Guest
    I would love it if someone could help me. Rep++ if you do. I need help with Delta Scape. I'm trying to make all the quests completed when the player/players logs in. And I can't figure it out. I know what I have to do, but I don't know how to do it. If anyone could help, that would be great.
    Thanks, Kevin.
     

  2. #2  
    I Ain't Trippin Motha Fucka Roll A Jay

    Purp's Avatar
    Join Date
    Sep 2008
    Posts
    512
    Thanks given
    1
    Thanks received
    1
    Rep Power
    85
    First go to player.java

    search

    Code:
    public int q1
    you'll see this

    Code:
    public int q1 = 0;
    public int q2 = 0;
    public int q3 = 0;
    public int q4 = 0;
    public int q5 = 0;
    public int q6 = 0;
    public int q7 = 0;
    public int q8 = 0;
    public int q9 = 0;
    public int q10 = 0;
    public int q11 = 0;
    Replace it with this

    Code:
    public int q1 = 15;
    public int q2 = 15;
    public int q3 = 15;
    public int q4 = 15;
    public int q5 = 15;
    public int q6 = 15;
    public int q7 = 15;
    public int q8 = 15;
    public int q9 = 15;
    public int q10 = 15;
    public int q11 = 15;
    Also: if you want your players to have infinity run search

    Code:
    	public int playerEnergy = 100;
    and make it look like this

    Code:
    public int playerEnergy = 1000000;
    Owner of CivilScape
    http://www.rune-server.org/f522/24-7-civilscape-24-7-t110852.html
     


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
  •