• 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!

Some advanced request.

EvulMastah

๏̯͡๏﴿
Premium User
Joined
Aug 19, 2007
Messages
4,940
Solutions
11
Reaction score
353
Lets see...

1.
Need a change in on-look at monster, now its "You see a `monster`." and I would like to have "You see a `monster(Lv. x).`.
I will add a line to all monsters level="x" and in the X place on look it should come.

2.
New lua function called `setCreatureExpRate(cid, rate)`. Can work like this-> its getting expRate from config and multiply it by `rate`, so if in the config is expRate="5" and setCreatureExpRate(cid, 2) it should double the configs rate for current player.

3.
What you're asking for requires more than C++ basics experience, and could take over 20 minutes to write (to make it compatible with all other gender related codes).

Actually my server have 31 `outfit types`, 16 for female and 15 for male, but the server is crashing when loading outfits.xml. So, I need someone to make it work as it is with genders (0/1).
Those are my sex numbers (might be needed):
Female: 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30
Male: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29

I would be impressed if even one of those request would be done.
 
Last edited:
Back
Top