[split] 56b - some problems .... - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: [split] 56b - some problems .... (/Thread-split-56b-some-problems) Pages: 1 2 |
[split] 56b - some problems .... - an0n!m0use - 03-09-2013 06:39 AM Another problem ... Script: PHP Code: [ITEMDEF i_restore_bers] When I try a drink this, I just die ... What's the problem? And second problem ... After resurrect ... With this script: PHP Code: [ITEMDEF i_ress_floor] I do not know how to explain .... I like a ghost ... Bet, after command ",resend" (Inject) it's all right ... It's after resurrect ... Floor "Up!" working after, resend .... RE: 56b - some problems .... - Crusader - 03-09-2013 07:07 AM Code: endif i see a parentesis that is not opened and one more thing, why u use morey first, then more1, then morey again? shouldn't be always morey? (and actually, is better if u use more1, since morey is about coordinates) i don't get it what about the second problem... but i would do like this: Code: on=@step one personal question: do u play drakensang online? RE: [split] 56b - some problems .... - Mordaunt - 03-09-2013 09:41 AM Have split this, please start new threads for new problems so people can identify them more easily. RE: 56b - some problems .... - an0n!m0use - 03-09-2013 11:01 AM (03-09-2013 07:07 AM)Crusader Wrote: and one more thing, why u use morey first, then more1, then morey again? shouldn't be always morey? (and actually, is better if u use more1, since morey is about coordinates)And how would you do? I do not get ... Tried a hundred variants (03-09-2013 07:07 AM)Crusader Wrote: i don't get it what about the second problem... but i would do like this:Did not help (03-09-2013 07:07 AM)Crusader Wrote: one personal question: do u play drakensang online?No Why do you think I played there? RE: [split] 56b - some problems .... - Crusader - 03-09-2013 11:06 PM the point is that i don't understand what u want to do with ur potion and what u want to do with the ress tile. u just want that the char with the ress tile is gonna be ressed and updated to avoid particular showing of 'residual' stuff ? try this: on=@step if ( (<src.body>==c_ghost_man) || (<src.body>==c_ghost_woman) ) src.resurrect src.consume 1 i_deathshroud src.hits = <src.str> src.mana = <src.int> src.stam = <src.dex> src.go britain update else src.sysmessage @55 It is only for ghosts! return 1 endif Return 0 for the potion i don't understand what u want to do, explain. For the game, coz in that game there is a guy called an0nym0use RE: [split] 56b - some problems .... - an0n!m0use - 03-10-2013 12:12 AM (03-09-2013 11:06 PM)Crusader Wrote: the point is that i don't understand what u want to do with ur potion and what u want to do with the ress tile.It's working Thx (03-09-2013 11:06 PM)Crusader Wrote: for the potion i don't understand what u want to do, explain.I have race Berserker ... And this race has 3 leveled ... Level 1 - +15 +17 hits and delay 5 seconds Level 2 - +17 +20 hits and delay 4 seconds Level 3 lvl - +20 +23 hits and delay 3 seconds Importantly, when i drink a bottle ... not knock a swing RE: [split] 56b - some problems .... - Crusader - 03-10-2013 12:28 AM so...if i'm a berserk and i drink that potion i will be healed for that points and the delay is that one. ok. Code: [ITEMDEF i_restore_bers] RE: [split] 56b - some problems .... - an0n!m0use - 03-10-2013 12:45 AM (03-10-2013 12:28 AM)Crusader Wrote: so...if i'm a berserk and i drink that potion i will be healed for that points and the delay is that one. ok.Yep Not working ... afrer use die .... RE: [split] 56b - some problems .... - Crusader - 03-10-2013 12:46 AM yeah i just put a wrong script, i was editing ^^' try the one i put there RE: [split] 56b - some problems .... - an0n!m0use - 03-10-2013 12:56 AM (03-10-2013 12:46 AM)Crusader Wrote: yeah i just put a wrong script, i was editing ^^' try the one i put there PHP Code: .... Checked with command .xshow type - 'type' for 'Restoration' is 't_potion' |