Thread: Augmentor Quest
View Single Post
  #1  
Old 03-14-2014, 06:39 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I'm assuming that $client->SummonItem() calls the actual server code and is not script-defined elsewhere.


This is the server code: https://github.com/EQEmu/Server/blob...ntory.cpp#L203


I added the lore checks some time ago..but, have not incorporated any validity checks, as yet, into the existing code..so, for now, you'll
have to manually check them in scripts.

(I will add validation in the rework..probably with a status override as well.)


Btw, thanks for bringing this up! I just found a memory leak that I created!

</facepalm>


EDIT: I took a closer look at the code..so, no memory leak. But, it could still use some tweaking.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote