<vocation id="1" [COLOR="#FF0000"]name="Sorcerer" description="a sorcerer"[/COLOR] needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="3" gainhpamount="10" gainmanaticks="3" gainmanaamount="50" manamultiplier="1.1" attackspeed="1500" soulmax="100" gainsoulticks="120" fromvoc="1">
function onLook(cid, thing, position, lookDistance)
if isPlayer(thing.uid) then
doPlayerSetSpecialDescription(thing.uid, "A student of Marencian.")
end
return true
end
I gave you the original features from forgottenserver 0.3.6pl1 that will surely work.Is there other way to change desc? These methods don't work. ;c