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: #1
56b,attack stops after 2-3sec
I have a problem. When I hit npc my attack stops after 2-3 sec.
any suggestions?
04-26-2012 01:22 AM
Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #2
RE: 56b,attack stops after 2-3sec
if the npc doesn't attack u, it's normal... u need a macro with attacklast after using a target on him ,-)
04-26-2012 01:34 AM
Find all posts by this user Like Post Quote this message in a reply
Q23A
Apprentice
*

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



Post: #3
RE: 56b,attack stops after 2-3sec
Have can I get this macro?
And Can I make It automatic?
(This post was last modified: 04-26-2012 02:01 AM by Q23A.)
04-26-2012 01:52 AM
Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #4
RE: 56b,attack stops after 2-3sec
well if it doesn't attack u, try to write .invul in order to get rid of invulnerability so the monster will attack u.
chars will be attacked normally...

if u want to attack and be invul, u should:
Dclick a weapon to have a target and click on the monster
then use the macro "attacklast" (simply, not more) and loop it with 5000 delay with uoloop.
04-26-2012 02:06 AM
Find all posts by this user Like Post Quote this message in a reply
Q23A
Apprentice
*

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



Post: #5
RE: 56b,attack stops after 2-3sec
Ok,but If on my server has player who use bow,always Big Grin Then He should dblclick on target every time?
04-26-2012 02:09 AM
Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #6
RE: 56b,attack stops after 2-3sec
no, is the same.
Even if u use dclicking a dagger and then use a bow, the macro will work anyway.
04-26-2012 02:20 AM
Find all posts by this user Like Post Quote this message in a reply
Q23A
Apprentice
*

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



Post: #7
RE: 56b,attack stops after 2-3sec
Is possibility to make script for server? Players don't like this issue.
On 55i wasn't this problem :/
04-26-2012 02:45 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #8
RE: 56b,attack stops after 2-3sec
(04-26-2012 01:22 AM)Q23A Wrote:  I have a problem. When I hit npc my attack stops after 2-3 sec.
any suggestions?

is it the same with clean sphere with no custom scripts? if same you can look to your combat settings in sphere.ini. i never seen something like this.
04-27-2012 01:06 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
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 


Forum Jump:


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