View Single Post
  #1  
Old 03-30-2019, 02:55 AM
Kattamaran.CH
Fire Beetle
 
Join Date: Mar 2013
Location: Switzerland
Posts: 15
Default Buff your players example aint working

Howdy all

So i tryed to implement the scripts for "buff your players" and nothing happens. i am referencing: https://github.com/EQEmu/Server/wiki/Buff-your-Players

Maybe i missinterpret things here. It sais i can simply add the code to global_player.pl:

Code:
sub EVENT_LEVEL_UP {
	#:: Train all disciplines, maximum set to player's level, minimum set to the level prior
	quest::traindiscs($ulevel,$ulevel - 1);
}
what i dont understand when i read this code (as a novice) i kinda interpret that it triggers the quest named "traindiscs". But i dont think i have that quest/script anywhere.
Is that the problem? Do i have to add those quests (train discs, skills, spells) first? If so where do i put them?

And what or where is the trigger for "sub Event_LEVEL_UP"? Do i need to add a trigger somewhere as well?

Thanks guys

EDIT: Im using the windows installer: https://github.com/EQEmu/Server/wiki/Windows-Server
Reply With Quote