Thread: Removing quests help needed

Results 1 to 7 of 7
  1. #1 Removing quests help needed 
    Rugratjamin
    Guest
    Could anybody explain how i can remove the quests or atleast make it so you start with all quests on Deltascape completed please ?
    Reply With Quote  
     

  2. #2  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Code:
    q1 = 15;
    q2 = 15;
    q3 = 15;
    q4 = 15;
    q5 = 15;
    q6 = 15;
    q7 = 15;
    q8 = 15;
    q9 = 15;
    q10 = 15;
    q11 = 15;
    i wont tell you where to add it...its obvious
    Reply With Quote  
     

  3. #3  
    Rugratjamin
    Guest
    i know that but i mean so they start with all quests completed lol
    Reply With Quote  
     

  4. #4  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Quote Originally Posted by Rugratjamin View Post
    i know that but i mean so they start with all quests completed lol
    it should be obvious where to add it if you want them to start with all quests completed....
    Try putting them with your starter....
    Reply With Quote  
     

  5. #5  
    Rugratjamin
    Guest
    umm it probably is obvious to good coders how would i make it add the q1 = 15; when they log in then? because if you want experience added it's like addSkillXP(1000, 2); and item is addItem(995, 1000); , So what would i put to add the q1 = 15; i'm like the worst coder ever thanks if you can help
    Reply With Quote  
     

  6. #6  
    Registered Member b1untma/\/'s Avatar
    Join Date
    Jan 2008
    Posts
    294
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    You have already been handed a spoon, they wont feed you though.=p
    start by searching for
    Code:
    public int q1;
    replace with
    Code:
    public int q1 = 15;
    and so on for the other quest.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  7. #7  
    Rugratjamin
    Guest
    Thank you so much b1untma/\/ that's all i wanted
    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
  •