• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore vip token & xp rate command

Minodevs

Emulation Addict
Hello guys i`ve looking custom token vip for active myself vip rank, if any one got can share it me because i canno't to found latest, verison, That vip token for my custom server <---. 2nd, i`am looking a .set xp rate command for a my blizlike server its are patch i know but i have founded 2,3 topics but thats are much, old if any one know for latest verison can help meh :)
 

Vitrex

Moderator
Maybe it's time to stop looking for something and create something by yourself? :)
The systems you are looking for are not complicated, they require minimum knowledge of LUA / C++
Since you can't maintain a good pServer relying only on shared scripts. This is just a friendly advise.

The first can be easily done by creating a custom item in our SQL generator.
And simple implementation of Eluna

Use a PLAYER_EVENT_ON_LOGIN hook with function if player has item : http://eluna.emudevs.com/Player/HasItem.html

Now you can do everything you wan't when you checked if player has an item (vip token) or however you call it.

The second script you are looking for can be done easily in C++ since i don't see any chance of change experience rates for player with Eluna. there might be one, we should ask creators of it.

but if you take a look at that outdated scripts you can make your own you need without any problems.

Sorry i'm not the type that creates scripts for people , i'm the type to help them create one.
 
Last edited:

slp13at420

Mad Scientist
its built and running on TrinityCore rev. 60541b667b41+ 2016-02-20 23:08:48 +0200 (master branch) (Win32, Release) (worldserver-daemon)

This is a Premium System that does require an item to activate a players Premium status with automatic deactivation if Premium is set to time duration.

- - - Updated - - -

also it is a rolling project.

I don't release anything new to it until I test it myself on that rev.

- - - Updated - - -

if you are getting sql errors then please post them so I can adjust anything that may be required.
 
Last edited:
Top