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
Overriding weapon speeds
Author Message
BladeCraft
Apprentice
*

Posts: 42
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 2



Post: #4
RE: Overriding weapon speeds
Phoenix, unfortunately my build is from 2008 and I dont think i have the resources to bring myself up to date right now. Thank you for sharing though because I think its a good suggestion.

Sco, I love you. Made a fun little .berserk function. I am not 100% sure how secure ACT is under skillstart but this seems to do the trick quite nicely

Code:
[function berserk]
If <isevent.e_berserk>
  events -e_berserk
  emote calm down as the BerSerKer leaves
else
  events +e_berserk
  emote are possesed by the BerSerKer
endif


[events e_berserk]
on=@hittry
//sayu [ ] is hitting <src.name>
If (<src.npc>)
  argn1=
  dorand 3
    sound 190
    sound 200
    sound 220
  enddo
endif

on=@skillstart
If ( (<src.action>==Skill_Swordsmanship)||(<src.action>==Skill_Macefighting)||(<src.action>==Skill_Fencing)||(<src.action>==Skill_Wrestling) )&&(<src.flags>&statf_war)&&(<act.npc>)
  timerd=
endif
02-20-2013 11:59 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Overriding weapon speeds - BladeCraft - 02-19-2013, 01:58 PM
RE: Overriding weapon speeds - sco - 02-19-2013, 05:54 PM
RE: Overriding weapon speeds - BladeCraft - 02-20-2013 11:59 AM
RE: Overriding weapon speeds - sco - 02-20-2013, 09:21 PM

Forum Jump:


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