SphereCommunity
one 1v1 script for 56c? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Requests (/Forum-Script-Requests)
+--- Thread: one 1v1 script for 56c? (/Thread-one-1v1-script-for-56c)



one 1v1 script for 56c? - jexnico - 02-21-2018 12:58 PM

anyone have one 1v1 script (arena) for sphere 56c?
i have one but is for 56b, when i run it on 56c of some errors, if anyone can help me i would appreciate Big Grin

these are the lines that give errors:
Quote:ON=@Death
memoryfindtype.memory_harmedby.remove
memoryfindtype.memory_iaggressor.remove
memoryfindtype.memory_fight.remove
memoryfindtype.memory_sawcrime.remove
memoryfindtype.memory_aggreived.remove
memoryfindtype.memory_war_targ.remove
act.memoryfindtype.memory_harmedby.remove
act.memoryfindtype.memory_iaggressor.remove
act.memoryfindtype.memory_fight.remove
act.memoryfindtype.memory_sawcrime.remove
act.memoryfindtype.memory_aggreived.remove
act.memoryfindtype.memory_war_targ.remove
sysmessage <def.youloose>
act.sysmessage <def.youwin>
LOCAL.TMP=<OBJ>
OBJ=<FINDID.I_PVP_TIME.LINK>
OBJ.SAY @036 <ACT.NAME> venceu!
SERV.B @07a1 <ACT.NAME> ganhou o x1 contra <NAME> na Arena Global!
IF !(<OBJ.MORE2>)
go <tag0.pvp.lastp>
act.go <act.tag0.pvp.lastp>

sphere debug:
Quote:23:50:ERROR:(arena_global.scp,320)Undefined symbol 'memory_war_targ' ['memory_war_targ.remove']
23:50:ERROR:(arena_global.scp,321)Undefined keyword 'memoryfindtype.memory_harmedby.remove'
23:50:ERROR:(arena_global.scp,322)Undefined keyword 'memoryfindtype.memory_iaggressor.remove'
23:50:ERROR:(arena_global.scp,323)Undefined keyword 'memoryfindtype.memory_fight.remove'
23:50:ERROR:(arena_global.scp,324)Undefined keyword 'memoryfindtype.memory_sawcrime.remove'
23:50:ERROR:(arena_global.scp,325)Undefined keyword 'memoryfindtype.memory_aggreived.remove'
23:50:ERROR:(arena_global.scp,326)Undefined keyword 'memoryfindtype.memory_war_targ.remove'
23:50:ERROR:(arena_global.scp,328)Undefined keyword 'sysmessage'
23:50:ERROR:(arena_global.scp,335)Undefined keyword 'go'
23:50:ERROR:(arena_global.scp,123)Undefined symbol 'memory_war_targ' ['memory_war_targ.remove']
23:50:ERROR:(arena_global.scp,123)Undefined symbol 'memory_war_targ' ['memory_war_targ.remove']
23:55:WARNING:Invalid ADD argument 'i_arena1'

any help me ?