Changing rate drop quests IL

Discussion in 'Help' started by Lhoram, Sep 22, 2012.

  1. Lhoram

    Lhoram AdvExt64 Customers (IL)

    Hi guys, someone knows how can i change the quest [alliance_with_varka_silenos] 611

    to drop :

    [q_barka_badge_grunt] = 7216
    [q_barka_badge_captn] = 7217
    [q_barka_badge_officer] = 7218

    at like 10x drop?

    I'm completely lost on the ai.obj ... i tried to change it on the quest_pch but doesn't work

    Thanks.
     
  2. Jamie2006

    Jamie2006 AdvExt64 Customers (IL)

    I hope I am right, search for the correct npc-ai in ai.obj abd there search for :
    push_const 7218
    push_const 1
    func_call 184746111 // func[GiveItem1]

    If you raise push_const 1 to push_const 10 it should do the job.
    This probably had to be done several times in this npc's ai aswell for the 7216 and 7217 too
     
  3. Lhoram

    Lhoram AdvExt64 Customers (IL)

    Jaime ,

    Thank you so much , i'm gonna test it today then i will give you a feed back.
    I have just one more question , if i want to give a custom reward , like when
    someone finish a quest who gives a recipe , how could i give like "2 recipe"?


    regrats.
     
  4. CDVM

    CDVM New Member

    Hello,

    What about the chance? it can't be changed?

    Thanks.
     
  5. fdeadalf

    fdeadalf AdvExt64 Customers (IL)

    No, you can up only amount.