Missody系列-騎龍騎熊騎牛篇腳本

版主: Jason[A.K]

回覆文章
abc
高級玩家
高級玩家
文章: 356
註冊時間: 週日 5月 05, 2002 8:20 pm

文章 abc » 週三 7月 16, 2003 9:41 pm

這太恐怖了@@
寵物突然野掉把你吃了怎麼辦@@
尤其是掛網的時候
掛到一辦寵物野掉把你殺了怎麼辦@@

kimoyahoo
高級玩家
高級玩家
文章: 735
註冊時間: 週六 10月 26, 2002 10:26 am

Missody系列-騎龍騎熊騎牛篇腳本

文章 kimoyahoo » 週二 7月 08, 2003 7:38 pm

圖檔

我作ㄉ補丁只有 龍熊牛3種 拍謝 多包涵 qq
安裝方法:
1. 請抓 http://student.thu.edu.tw/~s2862147/verdata.zip
把它解到你的 UO底下
這是我自制的 .MUL檔
本來7m 我作了後變9m
aos也適用 AOS 本來就沒 VERDATA檔 所以放過去不會影響原有資料

2. 把下面存成 Etheral_mount.scp 放進 c:/sphere/script/裡
3. 進遊戲打上 .add i_et_eb 或.add i_et_ec 或 .add i_et_eb
也可放進馬房賣

原 ethernal_mount.scp檔

[ITEMDEF 03f14]
DEFNAME=i_mt_cow
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=01bc

[ITEMDEF 03f0e]
DEFNAME=i_mt_drake
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=01ba

[ITEMDEF 03f0f]
DEFNAME=i_mt_bear
TYPE=T_EQ_HORSE
LAYER=25
TDATA3=01bb

[FUNCTION mountdrake]
SRC.NEWITEM=i_mt_drake
SRC.ACT.EQUIP
SRC.FLAGS=<SRC.FLAGS>|statf_onhorse
SRC.FIX

[FUNCTION mountbear]
SRC.NEWITEM=i_mt_bear
SRC.ACT.EQUIP
SRC.FLAGS=<SRC.FLAGS>|statf_onhorse
SRC.FIX
////////////////////////////////////////////////
[CHARDEF 01BB]
DEFNAME=C_BEAR_MOUNT
//[CHARDEF C_BEAR_MOUNT]
//id=c_horse_gray
NAME=BEAR MOUNT
on=@create
color=0ffff
on=@click
remove
return 1
on=@npcrestock
remove
return 1
on=@skillstart
remove
return 1
/////////////////////////////////////////////
[CHARDEF 01ba]
DEFNAME=C_DRAGON_MOUNT
NAME=DRAGON MOUNT
on=@create
color=0ffff
on=@click
remove
return 1
on=@npcrestock
remove
return 1
on=@skillstart
remove
return 1
///////////////////////////////////////////
[CHARDEF 01bc]
DEFNAME=C_cow_MOUNT
NAME=cow MOUNT
on=@create
color=0ffff
on=@click
remove
return 1
on=@npcrestock
remove
return 1
on=@skillstart
remove
return 1

[itemdef i_et_cow]
name=Ethereal cow
id=i_mt_cow
TDATA3=01bc
layer=25

on=@create
//color=0ffff
color=
on=@equip
link=<src.uid>

on=@unequip
src.newitem i_et_ec
src.act.bounce
//////////////////////////////////////////
[itemdef i_et_bear]
name=Ethereal Bear
id=i_mt_bear
TDATA3=01bb
layer=25

on=@create
//color=0ffff
color=
on=@equip
link=<src.uid>

on=@unequip
src.newitem i_et_eb
src.act.bounce
////////////////////////////////////////////////////////////////////////////////
[itemdef i_et_eb]
NAME=Ethereal Bear
//id=i_pet_Bear
//id=4322
id=4326
//id=4980
//type=t_normal
TYPE=T_FIGURINE
//TDATA3=01bb
VALUE={1000 1300}

CATEGORY=Other
SUBSECTION=Ethereal pets
DESCRIPTION=Ethereal Bear

on=@create
color=0e3
attr=14

on=@dclick
IF (<SRC.FINDID.i_drum_timer>==1)
src.message You can't mout an etheral pet while A Spirit Is Within You!
RETURN 1
elseif (<src.flags>&000000400)
src.message You can't mout an etheral pet while polymorphed!
return 1
elseif !(<src.findlayer.25.uid>)
src.newitem i_et_bear
src.act.equip
src.update
remove
return 1
else
src.message you are already mounted
return 1
endif

/////////////////////////////////////////////////////
[itemdef i_et_dragon]
name=Ethereal Dragon
id=i_mt_drake
TDATA3=01ba
layer=25

on=@create
//color=0ffff
color=
on=@equip
link=<src.uid>

on=@unequip
src.newitem i_et_ed
src.act.bounce

///////////////////////////////////////////////////
[itemdef i_et_ed]
NAME=Ethereal Dragon
id=i_pet_dragon
//id=4322
//id=4980
TYPE=T_FIGURINE
//TDATA3=01bb
VALUE={1000 1300}
CATEGORY=Other
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal Dragon

on=@create
color=0e3
attr=14

on=@dclick
IF (<SRC.FINDID.i_drum_timer>==1)
src.message You can't mout an etheral pet while A Spirit Is Within You!
RETURN 1
elseif (<src.flags>&000000400)
src.message You can't mout an etheral pet while polymorphed!
return 1
elseif !(<src.findlayer.25.uid>)
src.newitem i_et_dragon
src.act.equip
src.update
remove
return 1
else
src.message you are already mounted
return 1
endif

[itemdef i_et_ec]
NAME=Ethereal cow
id=i_pet_cow
//id=4322
//id=4980
TYPE=T_normal
//TDATA3=01bb
VALUE={1000 1300}
CATEGORY=Other
SUBSECTION= Ethereal pets
DESCRIPTION=Ethereal cow

on=@create
color=0e3
attr=14

on=@dclick
IF (<SRC.FINDID.i_drum_timer>==1)
src.message You can't mout an etheral pet while A Spirit Is Within You!
RETURN 1
elseif (<src.flags>&000000400)
src.message You can't mout an etheral pet while polymorphed!
return 1
elseif !(<src.findlayer.25.uid>)
src.newitem i_et_cow
src.act.equip
src.update
remove
return 1
else
src.message you are already mounted
return 1
endif
[EOF]

回覆文章

回到「點子& 腳本投稿區」

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客