SphereServer BugTracker - SphereServer
View Issue Details
0002029SphereServerexecutable - genericpublic03-09-11 20:0804-09-11 23:53
darksun84 
ShiryuX 
normalminoralways
closednot fixable 
 
 
Automated (specify build number)
Script_Profiler
None
1500
0002029: Spellflag_FX_TARG and Spellflag_FX_Bolt and "new items"
Those two spellflags works fine with "normal items" , but if you put on
the EFFECT_ID field a "new item" , in the case of SPELLFLAG_FX_TARG|SPELLFLAG_Scripted the new item doesn't display , while with SPELLFLAG_FX_BOLT|Spellflag_scripted a wrong item is sent to the target !


No tags attached.
Issue History
03-09-11 20:08darksun84New Issue
03-09-11 20:18ShiryuXNote Added: 0001242
03-09-11 22:57darksun84Note Added: 0001243
04-09-11 22:32ShiryuXNote Added: 0001244
04-09-11 23:53ShiryuXStatusnew => closed
04-09-11 23:53ShiryuXAssigned To => ShiryuX
04-09-11 23:53ShiryuXResolutionopen => not fixable

Notes
(0001242)
ShiryuX   
03-09-11 20:18   
That's ok. You can't send "custom items" with the EFFECT function either, you have to send the Base ID. I could read the base ID of the item and use that, though.
(0001243)
darksun84   
03-09-11 22:57   
It s possibile to implement a sort of local.createobject1 for those spellflags ?
(0001244)
ShiryuX   
04-09-11 22:32   
Yes for FX_BOLT, but I repeat, you won't be able to use custom items.