Jump to content


Toggle shoutbox Chat Open the Shoutbox in a popup

@  Artemy Shan : (04 July 2025 - 03:34) Перезапуск проекта: https://forum.oldp.n...howtopic=106329
@  Costesti : (10 June 2025 - 22:26) Артём закрой сервер толку от него ноль так как лаги бешеные ничего не сделать
@  Costesti : (10 June 2025 - 21:03) бля это у меня сервер только логает или у всех?
@  papasha : (10 June 2025 - 15:13) @Costesti da kanesna vvodit, uze dohuja obnov vishlo za 7 let poslednix!!
@  Costesti : (09 June 2025 - 18:34) Артём ты там нововведения водишь?
@  Costesti : (09 June 2025 - 18:31) Сервер работает?
@  Costesti : (31 May 2025 - 23:46) Шан комп меняй уже игру не тянет
@  Costesti : (31 May 2025 - 20:02) мда никому не нужен этот сервер
@  fr33 : (29 May 2025 - 14:07) shenahnan gnom
@  fr33 : (29 May 2025 - 14:07) gm zb!!!1 lagi ept
@  Costesti : (28 May 2025 - 22:43) и это опять и за сейвы
@  Costesti : (28 May 2025 - 22:43) Народ да у кого там номер Шана пускай чинит сервер
@  Costesti : (27 May 2025 - 21:38) Вопрос Крафтить молоко можно?
@  fr33 : (26 May 2025 - 17:33) gm blad chini lag
@  Costesti : (23 May 2025 - 22:37) Бешеные лаги
@  Costesti : (17 May 2025 - 22:54) Опять лаги на Сервере
@  fr33 : (12 May 2025 - 15:21) ble daite mne gm i zdelaju pvp vam
@  Mokasin : (12 May 2025 - 09:04) Puišiem nav garlaicīgi xDDD
@  Egoons : (10 May 2025 - 18:48) lanc 2025 gads jau, ara silts atkal. tas taa, infai
@  beatiful : (10 May 2025 - 10:14) griga pidar

Photo

Newbie Item


  • This topic is locked This topic is locked
21 replies to this topic

#21 Enricphacieri

Enricphacieri
  • Members
  • 3 posts
  • Location:Denmark
  • Interests:Football

Posted 03 June 2009 - 02:38

PHP код:
itemdef i_et_eh
name=Newbie Item
id=i_pet_horse_brown_dk
type=t_normal

on=create
color=0870
attr=14

on=dclick
if <src.findlayer.25.uid>
src.newitem i_et_horse
src.act.more1=c_et
src.act.equip
src.update
remove
return 1
else
src.message you are already mounted
return 1
endif

on=equip
link=<src.uid>
IF <SRC.findlayer.layer_robe.COLOR>
COLOR=<SRC.findlayer.layer_robe.COLOR>
ELIF <src.findlayer.layer_chest.color>
color=<src.findlayer.layer_chest.color>
ENDIF
ENDIF


on=unequip
src.newitem i_et_eh
src.act.name Newbie Item owned by <src.name>
src.act.bounce

itemdef i_et_horse
name=Newbie horse
id=i_mt_horse_gray
TDATA3=c_et
layer=25

on=create
color=0870
attr=14

on=equip
link=<src.uid>
IF <SRC.findlayer.layer_robe.COLOR>
COLOR=<SRC.findlayer.layer_robe.COLOR>
ELIF <src.findlayer.layer_chest.color>
color=<src.findlayer.layer_chest.color>
ENDIF
ENDIF

on=unequip
src.newitem i_et_eh
src.act.name Newbie Item owned by <src.name>
src.act.bounce


chardef c_et
id=c_horse_brown_dk

on=click
remove
return 1

on=npcrestock
remove
return 1

on=skillstart
remove
return 1


itemdef i_et_ostie
name=Newbie Item
id=i_mt_ostard_zostrich

on=create
color=0870
attr=14

on=equip
link=<src.uid>
IF <SRC.findlayer.layer_robe.COLOR>
COLOR=<SRC.findlayer.layer_robe.COLOR>
ELIF <src.findlayer.layer_chest.color>
color=<src.findlayer.layer_chest.color>
ENDIF
ENDIF

on=unequip
src.newitem i_et_eo
src.act.name Newbie Item owned by Joprst
src.act.bounce


chardef c_eto
id=c_ostard_zostrich

on=click
remove
return 1

on=npcrestock
remove
return 1

on=skillstart
remove
return 1

on=death
remove
return 1


itemdef i_et_eo
name=Newbie Item
id=i_pet_ostard_zostrich

on=create
attr=14
color=0870

on=dclick
if <src.findlayer.25.uid>
src.newitem i_et_ostie
src.act.more1=c_eto
src.act.equip
src.update
remove
return 1
else
src.message you are already is on transport
return 1
endif

itemdef i_et_Llama
name=Newbie Llama
id=i_mt_llama

on=create
color=0870
attr=14

on=equip
link=<src.uid>
IF <SRC.findlayer.layer_robe.COLOR>
COLOR=<SRC.findlayer.layer_robe.COLOR>
ELIF <src.findlayer.layer_chest.color>
color=<src.findlayer.layer_chest.color>
ENDIF
ENDIF

on=unequip
src.newitem i_et_el
src.act.name Newbie Item owned by <src.name>
src.act.bounce


chardef c_etl
id=c_llama

on=click
remove
return 1

on=npcrestock
remove
return 1

on=skillstart
remove
return 1

on=death
remove
return 1


itemdef i_et_el
NAME=Newbie llama
id=i_pet_llama
type=t_normal

on=create
color=0870
attr=14

on=dclick
if <src.findlayer.25.uid>
src.newitem i_et_llama
src.act.more1=c_etl
src.act.equip
src.update
remove
return 1
else
src.message you are already is on transport
return 1
endif

#22 RedBull

RedBull

    Advanced Player

  • Members
  • 338 posts
  • Gender:Male
  • Location:Riga

Posted 03 June 2009 - 04:57

estj ishe prikol s kk ja kagda raschekaval s 10 kk po 5 kk mne ani slozhilisj v kuchku 4 checka ja ih poshevelil ani propali =) eto pravda bilo mesjac nazad no vseravno ...
Ветеран Олд парадайса :P Hehz Warior-Lust - dal poganatj Mage-Paparazzi - dal pogonatj Cleric-Ustabuga - dal pogonatj :)




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users