Lazarus
Master
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
|
RE: Insert the Combat scp of s.c.pack in own server.
(07-08-2012 01:40 AM)Extreme Wrote: Copy this file too: sphere_general_functions.scp
And this part
Code:
///////////////////////////////////////////////////////////////
//////// Item Magic Properties Settings
///////////////////////////////////////////////////////////////
UNTIL
///////////////////////////////////////////////////////////////
//////// Jail System Settings
///////////////////////////////////////////////////////////////
of sphere_settings.scp
Thanks for the quickly reply ^_^
I have a problem now, I had added the sphere_general_Functions
and the UNTIL had added in the last of the settings
Now i can hit ^_^ but when i hit i get some 4 errors
Code:
17:43:ERROR:(sphere_combat_functions.scp,120)Undefined symbol ''
17:43:ERROR:(sphere_combat_functions.scp,123)Undefined symbol ''
17:43:ERROR:(sphere_combat_functions.scp,38)Undefined symbol ''
17:43:ERROR:(sphere_combat_functions.scp,43)Undefined symbol ''
The respective lines in the txt:
Code:
if <def.scp.ItemProp_HitChanceIncrease> == 1
if <def.scp.ItemProp_DefenseChanceIncrease> == 1
if <def.scp.ItemProp_MageWeapon> == 1
if <def.scp.ItemProp_BestWeaponSkill> == 1
What is happend ^_^? mbe i need to add e_PlayerPropertiesEvent in sphere.ini?
Again: Thanks! rly!
Oh and the special moves? i can get them now?
(This post was last modified: 07-08-2012 06:55 AM by Lazarus.)
|
|
07-08-2012 06:46 AM |
|
|