SphereServer BugTracker - SphereServer | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002195 | SphereServer | script pack | public | 27-08-13 20:57 | 15-10-14 03:30 |
Reporter | Coruja | ||||
Assigned To | Coruja | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 0.56c Nightly | |||
Nightly Version | Automated (specify build number) | ||||
Experimental Flags | None | ||||
Option Flags | None | ||||
Internal Build Number | |||||
Summary | 0002195: Incorrect behavior on create food spell | ||||
Description | On OSI rules, create food spell is not a target based spell. You doesnt need to use the spell and target the ground to create the item on ground, but you just use the spell and the food appears on the backpack without any target sphere_spells.scp: [Spell 2] ... FLAGS=SPELLFLAG_TARG_XYZ //just remove this flag ON=@Success //and add this (in a hardcoded way) SERV.NEWITEM <DEF.deffood> //deffood on sphere_defs.scp must be updated with the correct list too (probably this will turn LOCAL.CreateObject obsolete on this spell, replacing it with the working deffood) NEW.CONT=<SRC.FINDLAYER.layer_pack> SRC.SYSMESSAGE @,,1 You magically create food in your backpack: <NEW.NAME> //add on sphere_msgs.scp SRC.SOUND 482 //I cant remember why I'm using the sound here instead snd_spell_create_food setting (sphere_defs.scp). Maybe the sound doesnt works without SPELLFLAG_TARG_XYZ and it must be fixed too | ||||
Steps To Reproduce | |||||
Additional Information | Correct deffood setting: {i_fruit_grapes 1 i_ham 1 i_cheese_cut 1 i_muffins 1 i_fish_cut_cooked 1 i_ribs_cooked 1 i_bird_cooked 1 i_sausages 1 i_fruit_apple 1 i_fruit_peach 1} | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
27-08-13 20:57 | Coruja | New Issue | |||
16-10-13 02:45 | RanXerox | Assigned To | => RanXerox | ||
16-10-13 02:45 | RanXerox | Status | new => assigned | ||
01-12-13 09:48 | khaos | Note Added: 0001793 | |||
01-12-13 09:50 | khaos | Note Added: 0001794 | |||
01-12-13 09:50 | khaos | Status | assigned => closed | ||
01-12-13 09:50 | khaos | Resolution | open => no change required | ||
01-12-13 22:31 | RanXerox | Note Added: 0001796 | |||
01-12-13 22:31 | RanXerox | Status | closed => feedback | ||
01-12-13 22:31 | RanXerox | Resolution | no change required => reopened | ||
01-12-13 22:31 | RanXerox | Status | feedback => assigned | ||
15-10-14 03:30 | Ben | Note Added: 0002477 | |||
15-10-14 03:30 | Ben | Status | assigned => resolved | ||
15-10-14 03:30 | Ben | Fixed in Version | => 0.56c Nightly | ||
15-10-14 03:30 | Ben | Resolution | reopened => fixed | ||
15-10-14 03:30 | Ben | Assigned To | RanXerox => Coruja |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|