Skip to content


Allow Item Usage Only in Certain Mapflags

Tested in: eAthena Trunk rev 14302+

As the name says, this mod is the opposite of what item_deny.txt does.

// The equipment/items/cards allowed only in certain mapflags
// here you define which items may only be used at PvP / GvG / Battlegrounds
// format: item id, mode
// mode
// 1 – allow only in PVP
// 2 – allow only in GVG
// 3 – allow only in PvP + GvG maps
// 4 – allow only in Battlegrounds

Sample:

1201,3

knife[3] can only be equipped in PvP + GvG maps

    NOTE: If you encounter crashes/bugs, please report it.

Again, I can’t upload my mods in this section as I don’t have the privilege to do it.

Download HEREDownloaded 203 times.

Posted in Releases.


New Faction System

I created a new faction system, this time with lots of features.

check out the free one here: Click ME for the old one (free)

Features:

  • Faction chat
  • New script commands (setfaction, getfaction,factionguardian)
  • New atcommands (@setfaction, @hostile, @factionchat)
  • Virtually unlimited number of factions.

Usage:

setfaction - speaks for itself, sets the invoking character’s faction to the faction number specified.

setfaction 3; //sets the character to  faction 3

getfaction() - when used, it returns the faction number of the invoking character.

getfaction();

factionguardian - obviously, spawns monsters.

factionguardian v2 – factionguardian map,x,y,”Name”,class,amount,faction,Event; (NEW!!) set x,y to 0,0 to make it spawn in random coordinates :)

Atcommands:

@setfaction and @hostile is intended for testing. @setfaction sets the character’s faction to the number specified while @hostile toggles the hostile mapflag on/off.

@factionchat activates the faction chatting capability, all public chats will be converted to faction chat. Using the command the 2nd time or logging out will deactivate this mode.

NOTE: This mod is for sale only to a limited number of customers and can be tweaked to the way you want it for additional fees. If ever you buy it, I’ll give you a Full  support until everything is settled about this mod. Contact me for pricing.

email/pm: rad@radsantos.com(MSN)

*If ever a bug is discovered by anyone, I’ll fix it as soon as I get to know it.

Posted in Premium Modifications.


Show List of Characters by GM Level

Basically it displays all characters with the GM level equal to the level specified.

Idea by OnNplay.

Usage:

@show 99 //Displays Admin characters who are online
@show 0 //Displays all normal characters

Download HEREDownloaded 75 times.

Posted in Releases.


Item Drop Delay

A town with a lot of loots dropped in the ground is a little bit messy. Why not control the delay of item drops?

Control drop delay in conf/battle/items.conf

drop_delay: 5000

Download HEREDownloaded 72 times.

Posted in Releases.


Remove AoE effects the server side way

Looking for a way to simplify the annoying/lagging effects, I successful found a way to do it via a server-side modification.

Download HEREDownloaded 123 times.

Posted in Releases.


Negate GTB Card effect

This modification negates the GTB card effect. This is for people who are fond of adding twists to RO game mechanics.

Basically, the effect is like this: GTB card reduces 50% magic damage. Anti-GTB card negates the GTB card effect by 25%. The player who wears the GTB card will have magic damages reduced to 25% (50% – 25%) [GTB - AntiGTB].

Note: If [GTB - AntiGTB] is less than zero, then the GTB card effect is nullified.

Script command used is bAntiNoMagicDamage, x; // x = Reduction in percentage.

ex.

bAntiNoMagicDamage, 30; //Negate 30% of bNoMagicDamage’s effect

Download HEREDownloaded 113 times.
Report bugs! Enjoy!

Posted in Releases.


Player Titles

Do you want to add a Title/Prefix to your players’ name? I made my own version of this mod, without eliminating the party name.

e.g.

Sir – Rad

The prefix is Sir while the ‘-’ is the separator.

Usage:
It can be used in quests, at the end of the quest just have something like
set title$, Warrior;
The character display name will then be “Warrior – Rad”.

Download HEREDownloaded 277 times.

You can also have it integrated to my Faction system biggrin.gif

NOTE: Remember not to set the title too long, it’ll crash the map server.

Report bugs!

Posted in Releases.


Storage Delete Command

This command mimics the @delitem command.

@delstorage – for self

#delstorage – for remote command

Enjoy!

Download HEREDownloaded 131 times.

Posted in Releases.


Rental Item Check

Why not add a check in your players’ item?

add this to your script:
isrental(equipment slot);

it returns 1 if the item is a rental item, and zero if otherwise.

Enjoy!

Download HEREDownloaded 60 times.

Posted in Releases.


Global Mobstat Modifier

If there’s a setting to adjust global mob HP, then why not have a setting for each stat?

mobstat_rate_atk: 100
mobstat_rate_atk2: 100
mobstat_rate_def: 100
mobstat_rate_mdef: 100
mobstat_rate_vit: 100
mobstat_rate_str: 100
mobstat_rate_int: 100
mobstat_rate_dex: 100
mobstat_rate_luk: 100
mobstat_rate_agi: 100

*I was helped by Paradox924X in properly computing the stats :p

Enjoy!

Download HEREDownloaded 120 times.

Posted in Releases.