Need tips about NPCs

Results 1 to 5 of 5
  1. #1
    Member k01dun is offline
    MemberRank
    Sep 2013 Join Date
    57Posts

    config Need tips about NPCs

    Hi all!
    Need some help:
    1. How to change currency in some NPC shop?
    I edit shopitem.slk if i try to edit price from 0 to any - it every time in coins.
    How change it to other currency, on a sample to diamond coins or travel coins or goldshine money pack etc.
    2. How to edit NPC options?
    In scripts i see only actions to NPC options.Tnx for reply
    Last edited by k01dun; 16-09-13 at 06:14 PM.


  2. #2
    Elite Member Toss Last is offline
    Member +Rank
    Aug 2012 Join Date
    ThailandLocation
    131Posts

    Re: Need tips about NPCs

    1. hex item.dat
    2. I don't Know What you mean
    Last edited by Toss Last; 16-09-13 at 05:44 PM.

  3. #3
    Member k01dun is offline
    MemberRank
    Sep 2013 Join Date
    57Posts

    Re: Need tips about NPCs

    "2. I don't Know What you mean"
    i mean rename NPC options or delete or create new,
    on a sample, rename 1st option in Natasha NPC to "Unlock Cosmos".
    its looks like:
    Chat
    UnlockCosmos
    option 2
    option 3
    ...
    option 10
    Last edited by k01dun; 16-09-13 at 06:51 PM.

  4. #4
    Elite Member Toss Last is offline
    Member +Rank
    Aug 2012 Join Date
    ThailandLocation
    131Posts

    Re: Need tips about NPCs

    like this ?

    Script/Npc/NPC-natasha-1557.s
    function OnOption0(){
    }
    function OnOption1(){
    }
    function OnOption2(){
    }
    function OnOption3(){
    }
    function OnOption4(){
    }
    function OnOption5(){
    }
    function OnOption6(){
    }
    function OnOption7(){
    }
    function OnOption8(){
    }
    function OnOption9(){
    }
    function OnOption10(){
    }
    function OnOption11(){
    }
    function OnOption12(){
    }
    Slk/Script/NpcScript.slk
    1557
    Script\Npc\NPC-natasha-1557.s
    Accept the Chronicles quest function OnOption0()
    Herb of Light: 30 Pts. function OnOption1()
    Herb of Magic: 30 Pts. function OnOption2()
    Fountain of Healing: 100 Pts. function OnOption3()
    Fountain of Mana: 100 Pts. function OnOption4()
    Exchange for Basic Energy Potion -300 Points function OnOption5()
    Exchange for Medium Energy Potion -400 Points function OnOption6()
    Exchange for Advanced Energy Potion -600 Points function OnOption7()
    Embed Charm: 1000 Pts. function OnOption8()
    Soul Insignia Charm: 1000 Pts. function OnOption9()
    Crystal of Double EXP: 2000 Pts. function OnOption10()
    Receive lost item of scenario quest function OnOption11()
    Receive quest item for Demigod function OnOption12()

  5. #5
    Member k01dun is offline
    MemberRank
    Sep 2013 Join Date
    57Posts

    Re: Need tips about NPCs

    ohh.. tywm Toss!!! ^^



Advertisement