• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Buff Spells - 7.6 Version

potinho

Advanced OT User
Joined
Oct 11, 2009
Messages
1,493
Solutions
17
Reaction score
187
Location
Brazil
hiho guys,

Im hosting a custom 7.6 server, and want to create spells to buff, like:

One spell to increase atk speed
Spell to increase Mlvl
Spell to add +10 shielding
Spell to reduce damage, etc

Its possible to do that? if yes, how can i do? Thanks
 
hiho guys,

Im hosting a custom 7.6 server, and want to create spells to buff, like:

One spell to increase atk speed
Spell to increase Mlvl
Spell to add +10 shielding
Spell to reduce damage, etc

Its possible to do that? if yes, how can i do? Thanks
When asking for support, put data about your source, to facilitate those who want to help.
 
// Compatible with 7.40 to 7.72
#define SOFTWARE_NAME "OTX Server"
#define SOFTWARE_VERSION "2"
#define MINOR_VERSION "9"
#define PATCH_VERSION "0"
#define REVISION_VERSION "4644"
 
You can use/change this one, it add all skill types, magic level and shielding.
There's no function to change attack speed of player using a spell, You'll have to create it yourself by source editing, It is already posted but for TFS 1.x
 
Back
Top