SphereServer BugTracker - SphereServer
View Issue Details
0002438SphereServerexecutable - genericpublic16-12-14 02:4416-12-14 23:28
Gandalfs 
Ben 
normaltweakalways
closedno change required 
 
 
Automated (specify build number)
None
None
0002438: FINDID only check last item.
If you like check with this command the More1 for example, only check de last if you create another ítem with another more1 he read the last and not all.

example you create some item:

serv.newitem=i_test
new.more1=<uid> // uid some item
new.cont=<src.uid>

and you use two times and have in your character 2 ítems:

i_test.more1=1234
i_test.more1=5678

and now you use:

if (<findid.i_test.more1> = <uid>)
//he only read 5678 never 1234
endif



No tags attached.
Issue History
16-12-14 02:44GandalfsNew Issue
16-12-14 23:28BenNote Added: 0002594
16-12-14 23:28BenStatusnew => closed
16-12-14 23:28BenAssigned To => Ben
16-12-14 23:28BenResolutionopen => no change required

Notes
(0002594)
Ben   
16-12-14 23:28   
FINDID has always only fetched the last one placed in the container, it is not loop function.

What you need is "FORCONTID item_id, max_subcontainers"

You should ask for help on the forum before reporting false bugs.