The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
56b,attack stops after 2-3sec
Author Message
Q23A
Apprentice
*

Posts: 30
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #9
RE: 56b,attack stops after 2-3sec
Ok. I find a problem why it is like that.
When I use my newbie transport I have this problem.
Anybody knows why?


[itemdef i_et_eh]
name=Newbie Item
id=i_pet_horse
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.more2=<src.uid>
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=0
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_gray

on=@click
remove
return 1

on=@npcrestock
remove
return 1

on=@skillstart
remove
return 1

on=@death
remove
return 1
(This post was last modified: 04-27-2012 03:53 AM by Q23A.)
04-27-2012 03:52 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
56b,attack stops after 2-3sec - Q23A - 04-26-2012, 01:22 AM
RE: 56b,attack stops after 2-3sec - Q23A - 04-26-2012, 01:52 AM
RE: 56b,attack stops after 2-3sec - Q23A - 04-26-2012, 02:09 AM
RE: 56b,attack stops after 2-3sec - Q23A - 04-26-2012, 02:45 AM
RE: 56b,attack stops after 2-3sec - Q23A - 04-27-2012 03:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)