|
||
|
|||||||
| Script Support Get support for modifying RunUO Scripts, or writing your own! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Forum Novice
Join Date: Dec 2003
Posts: 142
|
ok im having issues with this line of code it will not let me slay the creature
public override void OnHit( Mobile attacker, Mobile defender ) im using svn 297 not sure but all my arti are not working because of it if i comment out the line im not able to loot my corpse or do the rest of the quest think that has something to do with the ONhit?
__________________
<a href="http://wappyworld.com/phpBB2/portal.php"</a> |
|
|
|
|
|
#2 (permalink) |
|
Forum Master
|
you are not using the full context required
try: public override void OnHit( Mobile attacker, Mobile defender, double damageBonus ) remember to use the correct "base" in there also: base.OnHit( attacker, defender, damageBonus );
__________________
http://www.AoAUO.com
:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|