该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

(转)在自己的传奇服务器中如何添加NPC

[@main]

#IF

check [001] 1

#ACT

goto @away

break

#IF

checklevel 255

#SAY

Welcome .[BACKSLASH]

I will give you items to suit your class :)[BACKSLASH] [BACKSLASH]

[BACKSLASH]

[BACKSLASH]

#ELSESAY

You do not appear to be the lord,[BACKSLASH]

or his Companion![BACKSLASH]

Go away![BACKSLASH] [BACKSLASH]

[@away]

, why do you return so soon?[BACKSLASH]

I have given you your items, what you did with them[BACKSLASH]

is none of my concern, please leave, i have a bad head![BACKSLASH] [BACKSLASH]

 :-( [BACKSLASH]

[@next]

You will have to tell me your gender, i have poor eyesight[BACKSLASH]

and poor hearing... [BACKSLASH] [BACKSLASH]

[BACKSLASH]

[BACKSLASH]

[@male]

#IF

checkjob Warrior

#ACT

give DragonSlayer 1

give PowerRing 2

give GreenBead 1

give SteelArmour(m)

give BlackIronHelm 1

give BlackIronGlove 2

give ParalysisRing 1

SET [001] 1

#SAY

A big strong warrior such as you [BACKSLASH]

should have these items![BACKSLASH]

#ELSEACT

goto @mwiz

[@mwiz]

#IF

checkjob wizard

#ACT

give DragonStaff 1

give DragonRobe(M) 1

give DragonBracelet 2

give DemonicBells 1

give SpiritRing 2

give VioletRing 2

give ProtectionRing 1

give RecoveryRing 1

SET [001] 1

#SAY

You are a proud wizard ,

Take these items![BACKSLASH] [BACKSLASH]

#ELSEACT

goto @mtao

[@mtao]

#IF

checkjob taoist

#ACT

give SoulSabre 1

give TitanArmour(M) 1

give TitanRing 2

give SoulBracelet 2

give SoulNecklace 1

give Amulet 5

SET [001] 1

#SAY

Aha! a well trained taoist deserves these items![BACKSLASH] [BACKSLASH]

[@female]

#IF

checkjob Warrior

#ACT

give DragonSlayer 1

give PowerRing 2

give GreenBead 1

give SteelArmour(f)

give BlackIronHelm 1

give BlackIronGlove 2

give ParalysisRing 1

SET [001] 1

#SAY

A big strong warrior such as you [BACKSLASH]

should have these items![BACKSLASH]

#ELSEACT

goto @fwiz

[@fwiz]

#IF

checkjob wizard

#ACT

give DragonStaff 1

give DragonRobe(f) 1

give DragonBracelet 2

give DemonicBells 1

give SpiritRing 2

give VioletRing 2

give ProtectionRing 1

give RecoveryRing 1

SET [001] 1

#SAY

You are a proud wizard ,

Take these items![BACKSLASH] [BACKSLASH]

#ELSEACT

goto @ftao

[@ftao]

#IF

checkjob taoist

#ACT

give SoulSabre 1

give TitanArmour(F) 1

give TitanRing 2

give SoulBracelet 2

give SoulNecklace 1

give Amulet 5

SET [001] 1

#SAY

Aha! a well trained taoist deserves these items![BACKSLASH] [BACKSLASH]

Sorry, but for some reason this forum erases backslashes,

copy this into note pad, then press ctrl+h (REPLACE)

type in the search field "[BACKSLASH]"

type in the replace with field (bah silly forum) "backslash", but not the word :-P

then hit replace all.

that should be it done, u should see all [BACKSLASH] replaced b an actual backslash.

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐