NPC Initialize Fail..

IceSlice

Golden Oldie
Golden Oldie
May 24, 2005
1,179
54
155
Under the Sea :O
Ok so i wanna get this server online and these 2 npcs i made wont initialize.


I added them to my NPC_def under the names of

Everything-0139
LevelBooks-0139

then into my TBL_NPC as

36 Everything 0 0139 50 51 0 27 1
37 LevelBooks 0 0139 50 52 0 27 1

Is there somewhere else i must add info for them and here is their scripts, dont flame was a rush =]


[@main]
Hello I can level your books, however,\
WARNING: You must have your books listed\
in your skills, they must be activated.\ \
WHAT CLASS ARE YOU...?\
<wizard/@wiz>\
<Warrior/@war>\
<Taoist/@Tao>\ \
break

[@wiz]
#IF
checkjob Wizard
#ACT
@training <$USERNAME> FlameField 3
@training <$USERNAME> Blizzard 3
@training <$USERNAME> FireWall 3
@training <$USERNAME> IceStorm 3
@training <$USERNAME> ThunderBolt 3
@training <$USERNAME> FlameDisruptor 3
@training <$USERNAME> MeteorShower 3
#ELSESAY
You are not a wizard, bye :D\ \
break

[@war]
#IF
checkjob Warrior
#ACT
@training <$USERNAME> CrossHalfMoon 3
@training <$USERNAME> FlamingSword 3
@training <$USERNAME> Fencing 3
@training <$USERNAME> Slaying 3
@training <$USERNAME> Thrusting 3
@training <$USERNAME> HalfMoon 3
@training <$USERNAME> BladeAvalanche 3
@training <$USERNAME> Entrapment 3
@training <$USERNAME> LionRoar 3
@training <$USERNAME> TwinDrakeBlade 3
#ELSESAY
You are not a warrior, bye :D\ \
break

[@tao]
#IF
checkjob Taoist
#ACT
@training <$USERNAME> Healing 3
@training <$USERNAME> SpiritSword 3
@training <$USERNAME> SummonSkeleton 3
@training <$USERNAME> SummonShinsu 3
@training <$USERNAME> Curse 3
@training <$USERNAME> Poison 3
@training <$USERNAME> SoulFireball 3
#ELSESAY
You are not a tao, bye :D\ \
break

[@main]
Hello there would you like to receive\
everything..?\ \
<Yes/@yes>\
<No/@exit>\ \

[@yes]
What class are you.\ \
<Wizard/@wiz>\
<Taoist/@tao>\
<Warrior/@war>\
<Bye/@exit>\ \

[@wiz]
#IF
checkjob Wizard
#ACT
give BladeOfSorcery
give MirArmour(M)
give HeavenArmour(M)
give MirArmour(F)
give HeavenArmour(F)
give MirRing 2
give MirWheel 2
give MirHelmet
give MirSword
give HolyMCStone
give MirNecklace
give MirBoots
give MirBelt
give FlameField
give MeteorShower
give Blizzard
give FlameDisruptor
give FireWall
give Thunderbolt
give IceStorm
#ELSESAY
You are not a wizard, bye :D\ \
break

[@tao]
#IF
checkjob Taoist
#ACT
give MirArmour(M)
give HeavenArmour(M)
give MirArmour(F)
give HeavenArmour(F)
give MirRing 2
give MirWheel 2
give MirHelmet
give MirSword
give HolyMCStone
give MirNecklace
give MirBoots
give MirBelt
give Healing
give SpiritSword
give SummonSkeleton
give SummonShinsu
give Poison
give GreenPoison(L) 5
give YellowPoison(L) 5
give HolySCStone
give Curse
give SoulFireBall
give AmuletBundle 5
give HeavenSword
give MirSword
#ELSESAY
You are not a taoist, bye :D\ \
break

[@war]
#IF
checkjob Warrior
#ACT
give MirArmour(M)
give HeavenArmour(M)
give MirArmour(F)
give HeavenArmour(F)
give MirRing 2
give HolyDCStone
give MirWheel 2
give MirHelmet
give MirSword
give HolyMCStone
give MirNecklace
give MirBoots
give MirBelt
give SwordOfWarGod
give MirSword
give Fencing
give Thrusting
give Slaying
give HalfMoon
give TwinDrakeBlade
give CrossHalfMoon
give LionRoar
give BladeAvalanche
give FlamingSword
give Entrapment
#ELSESAY
You are not a warrior, bye :D\ \
break
 

iJam

To the rhythm
VIP
Oct 8, 2007
1,522
99
195
London
first make sure in TBL_NPC tht the FLD_ENABELD thing is 1


if tht dunt work errrrrrrrm try put it in merchant
n if tht dunt work i aint got a clue
 
Last edited:
Upvote 0

IceSlice

Golden Oldie
Golden Oldie
May 24, 2005
1,179
54
155
Under the Sea :O
hm yer maybe but now i need to like put some script file ****
and i aint got a clue. heres a line from tbl_merchant


196 5stor 5 142 111 Heather 0 10 0 0 0 1 0 0 0

also i cnt edit the cells.
 
Last edited:
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,522
99
195
London
u crt edit um :S have u used the same id number twice ?

youl have to export them into acess to edit them
 
Upvote 0

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
125
hm yer maybe but now i need to like put some script file ****
and i aint got a clue. heres a line from tbl_merchant


196 5stor 5 142 111 Heather 0 10 0 0 0 1 0 0 0

also i cnt edit the cells.

hi ice yeah use the tbl_merchent and tbl_npc is some thing a pain for scripts like that

this bit is

196 5stor 5 142 111 Heather 0 10 0 0 0 1 0 0 0

script name
map number
cords
name of npc
what npc looks like
enable npc

it some thing like that been out of mir for some time lol but hope it helps

 
Upvote 0