![]() |
Can't resolve <SERV.MAP(1521> - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Can't resolve <SERV.MAP(1521> (/Thread-Can-t-resolve-SERV-MAP-1521) |
Can't resolve <SERV.MAP(1521> - Russian - 12-13-2012 04:42 AM Error: Code: 10:55:ERROR:(Sphere types.scp,899)Must have ITEMDEF section for item ID 021d6 Type: Code: [TYPEDEF T_FISH_POLE] RE: Can't resolve <SERV.MAP(1521> - Gil Amarth - 12-13-2012 05:23 AM Quote:<SRC.TARGP.X>,<SRC.TARGP.Y>,<SRC.MAP> And the <SRC.TARGP.Z>? SERV.MAP() has four coordinates, x,y,z,map RE: Can't resolve <SERV.MAP(1521> - Mordaunt - 12-13-2012 10:12 AM Try this Code: [TYPEDEF T_FISH_POLE] Z is not needed since you are targetting that position on the map, it is reading the static tiles at that location. |