- Joined
- Feb 4, 2009
- Messages
- 31
- Reaction score
- 1
HI .. can u guys tell me whats wrong with my starter npc infos cuz when i talk to the starter npc nothing shows up
here is my infos ...
InitNpc
Quest
e.pk
help me plox
or gimme a working one ^_^
THX ALOTTA
here is my infos ...
InitNpc
Code:
;starter npc
(gennpc
(index 999)
(country 0)
(kind 1)
(shape 39)
(html 000502)
(map 0)
(xy 257370 259055 16080)
(dir 257365 259038)
)
Quest
Code:
;Starter NPC
;Knight starter
(quest (index 8703 4)
(case (if (class 0) (item (1 1)))
(then (contribute 10) (supoint 5)(item (out 1 1)(in 99 1 1)(in 54 16 1)(in 55 16 1)(in 56 16 1)(in 57 16 1)(in 58 16 1)(in 29 16 1)(in 47 0 5000)(in 473 0 1)(in 469 0 1)(in 337 0 1)(in 192 0 10)(in 193 0 10)(in 194 0 10)(in 195 0 10)(in 196 0 10)(in 485 0 10)(in 447 0 10)) ))
(case (then (html 502)))
)
;Archer starter
(quest (index 8703 2)
(case (if (class 2) (item (22 1)))
(then (contribute 10) (supoint 5)(item (out 22 1)(in 106 41 1)(in 49 16 1)(in 50 16 1)(in 51 16 1)(in 52 16 1)(in 53 16 1)(in 47 0 5000)(in 473 0 1)(in 469 0 1)(in 339 0 1)(in 192 0 10)(in 193 0 10)(in 194 0 10)(in 195 0 10)(in 196 0 10)(in 485 0 10)(in 447 0 10)) ))
(case (then (html 502)))
)
;Mage starter
(quest (index 8703 3)
(case (if (class 1) (item (90 1)))
(then (contribute 10) (supoint 5) (item (out 90 1)(in 111 21 1)(in 85 16 1)(in 86 16 1)(in 87 16 1)(in 88 16 1)(in 89 16 1)(in 47 0 5000)(in 473 0 1)(in 469 0 1)(in 338 0 1)(in 192 0 10)(in 193 0 10)(in 194 0 10)(in 195 0 10)(in 196 0 10)(in 485 0 10)(in 447 0 10)) ))
(case (then (html 502)))
)
e.pk
Code:
(filechk file_ver (country_type ENG) (filename s000502))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)
( frame ( font 12)
( line "[Wise Man] Do you want my help ?")
( line "")
( link ( text "Yes I do. i'am a Knight") ( param send quest 8703 4 ))
( link ( text "Yes I do. i'am a Archer") ( param send quest 8703 2 ))
( link ( text "Yes I do. i'am a Mage") ( param send quest 8703 3 ))
( link close ( text "[Talk End]No. I will help my self"))
)
help me plox

THX ALOTTA