Combat % - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Combat % (/Thread-Combat) Pages: 1 2 |
RE: Combat % - XuN - 01-26-2014 03:37 AM Read the notes and comments. Code: ON=@SpellEffect RE: Combat % - Pidrila - 01-26-2014 05:47 AM XuN thanks for help, at now i am through phone, when i will be at home i will test this and reply for results Sent from my PAP4055DUO using Tapatalk RE: Combat % - Pidrila - 01-26-2014 08:10 AM thanks its working but now how i can take effect when someone is stepping on fire field then player book who set the filed makes -1 charge for every step.. i tryed if argn2damfire nothing happened.. Re: RE: Combat % - Pidrila - 01-27-2014 01:11 AM Okey thanks everything is okey for now Sent from my PAP4055DUO using Tapatalk Re: RE: Combat % - Pidrila - 01-27-2014 01:11 AM Okey thanks everything is okey for now Sent from my PAP4055DUO using Tapatalk RE: Combat % - Pidrila - 01-27-2014 07:44 PM How i can set a TAG on @HIT when player hit, then use a function that locates the skill that is using to hit.. like if i am warrior class with weapon Club then set Tag .... tactics + macefighting if warrior with sword then tactics + swordsmanship ??, i tried with simple function if <action>=macefighting Src.tag.skillbonus = <macefighting> and so for all skills, but the problem is that if i do this check then it takes all skills bonus, not that is used by hitting.. Sent from my PAP4055DUO using Tapatalk RE: Combat % - Alaric - 01-27-2014 08:18 PM 1. Don't use tag for that but direct calculation 2. in trigger @hit - <argo.skill> is skill equiped weapon is using. and <<argo.skill>> is its value. RE: Combat % - Pidrila - 01-28-2014 12:37 AM (01-27-2014 08:18 PM)Alaric Wrote: 1. Don't use tag for that but direct calculation thank you RE: Combat % - darksun84 - 01-28-2014 12:52 AM Remember to add a check for wrestling ! RE: Combat % - Pidrila - 01-28-2014 01:02 AM (01-28-2014 12:52 AM)darksun84 Wrote: Remember to add a check for wrestling ! already checked |