Thread
:
Trying to make it give an item when you level up
View Single Post
#
2
01-02-2010, 11:52 AM
joligario
Developer
Join Date: Mar 2003
Posts: 1,498
You are trying to set the level. You should do:
Code:
if (($ulevel == 2) && ($class eq "Shaman")) {
FYI, you also have an extra closing bracket there for some reason.
joligario
View Public Profile
Send a private message to joligario
Find all posts by joligario