Thread: how do i make it..

Results 1 to 3 of 3
  1. #1 how do i make it.. 
    Registered Member
    Join Date
    Feb 2010
    Posts
    349
    Thanks given
    10
    Thanks received
    5
    Rep Power
    1
    how do i make it in delta so that when you logg in all your quests are already done?
    Reply With Quote  
     

  2. #2  
    Welcome To The Rodeo

    Zro.'s Avatar
    Join Date
    May 2009
    Posts
    4,376
    Thanks given
    94
    Thanks received
    241
    Rep Power
    714
    player.java and look for "qp" and change 0 to 15

    or make a command
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Xynth's Avatar
    Join Date
    May 2009
    Posts
    2,222
    Thanks given
    226
    Thanks received
    259
    Rep Power
    1155
    Player.java:

    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;
    Attached image
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •