sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:addability 189 1:giveability 34 10:message 3384
sit throne:nomonsters 1093:checkability 189 1:testability 189 1:minlevel 50 3383:addexp 55750000:giveability 34 10:message 3384
okay thats the text block , i want to knwo if its right , 189 is new ability list , basically shogun throne on the board , give ablity 34 (dodge) +10 , and give 55mil exp , i want to make sure if its right , as to only questable once , for both abilitie and exp
text block check [Archive] - ForumsHQ
Re: text block check [Archive] - ForumsHQ
sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:addability 189 1:giveability 34 10:message 3384
sit throne:nomonsters 1093:checkability 189 1:testability 189 1:minlevel 50 3383:addexp 55750000:giveability 34 10:message 3384
okay thats the text block , i want to knwo if its right , 189 is new ability list , basically shogun throne on the board , give ablity 34 (dodge) +10 , and give 55mil exp , i want to make sure if its right , as to only questable once , for both abilitie and exp
nope. should look like this:
sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:giveability 189 2:giveability 34 10:message 3384
sit throne:nomonsters 1093:checkability 189 1:testability 189 1:minlevel 50 3383:addexp 55750000:giveability 189 2:message 3384
though, this whole thing probably isn't what you want to do. the only reason there are two sit throne commands is because metro upped the EXP given by the bitch and they wanted everyone who did her already to be able to get the exp.
if you notice in the original textblock the first command checks if they have ability 125 at all. if so, skip that line. if not, give them the exp and AC and then set the ability to 2 with "giveability 125 2" (the difference between addability and giveability is add adds onto what they have and give sets it). if the user had done it before they would have 125-1 which is where the second line comes in. the second line checks if they have ability 125 with a value of 1. if so, give them just the exp and then set the value to 2.
since i'm guessing this is something you are adding, you would be fine with just:
sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:giveability 189 1:giveability 34 10:message 3384
...if this is a fresh realm that no one has played on, i would just use the original ability of 125 so you don't have to deal with worrying about new abilities being added or dll checks disabling your ability.
sit throne:nomonsters 1093:checkability 189 1:testability 189 1:minlevel 50 3383:addexp 55750000:giveability 34 10:message 3384
okay thats the text block , i want to knwo if its right , 189 is new ability list , basically shogun throne on the board , give ablity 34 (dodge) +10 , and give 55mil exp , i want to make sure if its right , as to only questable once , for both abilitie and exp
nope. should look like this:
sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:giveability 189 2:giveability 34 10:message 3384
sit throne:nomonsters 1093:checkability 189 1:testability 189 1:minlevel 50 3383:addexp 55750000:giveability 189 2:message 3384
though, this whole thing probably isn't what you want to do. the only reason there are two sit throne commands is because metro upped the EXP given by the bitch and they wanted everyone who did her already to be able to get the exp.
if you notice in the original textblock the first command checks if they have ability 125 at all. if so, skip that line. if not, give them the exp and AC and then set the ability to 2 with "giveability 125 2" (the difference between addability and giveability is add adds onto what they have and give sets it). if the user had done it before they would have 125-1 which is where the second line comes in. the second line checks if they have ability 125 with a value of 1. if so, give them just the exp and then set the value to 2.
since i'm guessing this is something you are adding, you would be fine with just:
sit throne:nomonsters 1093:failability 189:minlevel 50 3383:addexp 55750000:giveability 189 1:giveability 34 10:message 3384
...if this is a fresh realm that no one has played on, i would just use the original ability of 125 so you don't have to deal with worrying about new abilities being added or dll checks disabling your ability.
-
cynsyn
Re: text block check [Archive] - ForumsHQ
thanks man , its not a fresh realm, just stuff i'm adding and finding out that its messing up sometimes , just trying to make sure i'm getting everything right
-
cynsyn
Re: text block check [Archive] - ForumsHQ
hey syntax , is there any way to get it to not check the dll for unknown abilities? or anything.....
Re: text block check [Archive] - ForumsHQ
hey syntax , is there any way to get it to not check the dll for unknown abilities? or anything.....
you mean to get the dll to not check for unknown abilities? politically correct answer, no.
you mean to get the dll to not check for unknown abilities? politically correct answer, no.
-
cynsyn
Re: text block check [Archive] - ForumsHQ
yeah thats what i mean hehe . hmm no one has been able to hard edit it yet ?