[Help] Npc Delevel

Discussion in 'Help' started by brotherjcv, Jan 24, 2011.

  1. brotherjcv

    brotherjcv New Member

    I wanted to put an NPC that eerie, the player took the lvl it, anyone have this code?
     
  2. hoaz

    hoaz AdvExt64 Team

    experiment with
    myself::IncrementParam(talker,0,-1000000);
     
  3. brotherjcv

    brotherjcv New Member

    Place where? I wanted an NPC, the player clicked and this eerie
     
  4. Nish

    Nish AdvExt64 Customers (IL)

    to make a npc like this u need to create AI for it to work, use what hoaz said
     
  5. brotherjcv

    brotherjcv New Member

    ^^

    Anyone have this code of NPC ready?
     
  6. hoaz

    hoaz AdvExt64 Team

    class 1 delevel : default_npc
    {
    handler:
    EventHandler TALKED(talker)
    {
    myself::IncrementParam(talker,0,-1000000);
    }
    }
     
  7. amshare

    amshare New Member