Newbie Character

Discussion in 'Help' started by minideed, Sep 6, 2010.

  1. minideed

    minideed New Member

    In Interlude the first character you make on an account is marked as your firstborn and thus he/she can use the newbie buffs, etc.

    Is there any way to change this so any charcater made can use the newbie functions? :)

    Thanks.
     
  2. FidoW

    FidoW AdvExt64 Customers (IL)

    one way is doing a bit mod in AI, probably can be done in db too but i didnt tried.

    What i did was replacing

    func_call 184615293 // func[IsNewbie]

    by

    func_call 184615302 // func[IsMainClass]

    Coz that func have same params, and as long as the character is in main class it will work. Not big changes, just 2 seconds to execute the replace and woila.
     
  3. minideed

    minideed New Member

    Changed it in AI.obj and recompiled but it does not work, any new charcater made is unable to use firstborn newbie buffs.