Jump to content

Recommended Posts

Posted

All "<<" is doing is setting a bit (bit-shifting the variable .@i to the left), since there's under 32 castles and you don't need 30 separate variables (especially since they're perm. global). Use "&" to check a bit var and "|" to set one. Easy~

Posted

All "<<" is doing is setting a bit (bit-shifting the variable .@i to the left), since there's under 32 castles and you don't need 30 separate variables (especially since they're perm. global). Use "&" to check a bit var and "|" to set one. Easy~

Lmfao, easy for you since you do it a lot of the time with a lot of scripts :P

just update when the script has no bug please ^_^

I will, just keep track with my changes and you'll be fine ;3

Posted (edited)

Hey I just want to ask is it necessary not to put atcommand "@reloadbattleconf";

at this part? I haven't tested it yet thought since I`m currently away from home just want to clarify it as early as possible so I would be able to implement it fast when I get home xD

OnInit:
OnClock0000:
if(gettime(4)==4  || gettime(4)==5  || gettime(4)==6 ) { // Friday, Saturday, Sunday
setbattleflag("base_exp_rate", 6000 ); // Change 6,000 to the rates you want
setbattleflag("job_exp_rate", 6000 ); // Change 6,000 to the rates you want
<-------this part???----->
atcommand "@reloadmobdb";	

By the way nice scripts :)

Edited by hatsunerance
  • 3 weeks later...
Posted

Erm...Is there anything wrong with the Woe Prize giver? I tried it on a test server, and it seems like.. for example, I'm holding prtg_cas02, but I need to choose the prtg_cas01 castle name to get the reward, same for the others, need to choose 1 castle before, then only can obtain the reward.. Is there anyway to fix that?

Posted

Mysterious, you have permission to wreck my eAthena profile. This line in your Guild Prizer should read:

set .@i, select(.@menu$)-1;

My mistake entirely, sorry for any trouble it may have caused. :x

  • 2 weeks later...
  • 2 weeks later...
Posted

@Mysterious (or anybody else with some info)

For some reason I get an error on the CTF script: Missing 2 right curleys at file 'blah, blah' at line 7838

I've tried adding in "}}" but the number changes on the error for the next line. Any advice?

(I know this isn't the support section but posting here in case someone else has the same problem)

  • 1 month later...
Posted (edited)

set .@reward,671,1; //<Item_ID>,<Amount>{,...}

For the GuildPrizer npc script.

I am getting error here - parse_line: need ' ; '

What I think is you cant put the item ID and amount together, maybe you have to separate it using different variable. Just my rough debug, since I did not go through all the codes. /pif

Edited: I am using rathena btw.

Edited by xRyusuke
Posted

@Mysterious (or anybody else with some info)

For some reason I get an error on the CTF script: Missing 2 right curleys at file 'blah, blah' at line 7838

I've tried adding in "}}" but the number changes on the error for the next line. Any advice?

(I know this isn't the support section but posting here in case someone else has the same problem)

What do you mean the number changes for the next line? Have you tried adding the curlys as so:

}

}

rather than }}?

set .@reward,671,1; //<Item_ID>,<Amount>{,...}

For the GuildPrizer npc script.

I am getting error here - parse_line: need ' ; '

What I think is you cant put the item ID and amount together, maybe you have to separate it using different variable. Just my rough debug, since I did not go through all the codes. /pif

Edited: I am using rathena btw.

I believe adding a variable for the amount and ID might fix the problem then what's left to do is adding the combinations of variables together to give you the @reward one.

Posted

set .@reward,671,1; //<Item_ID>,<Amount>{,...}

For the GuildPrizer npc script.

I am getting error here - parse_line: need ' ; '

What I think is you cant put the item ID and amount together, maybe you have to separate it using different variable. Just my rough debug, since I did not go through all the codes. /pif

Edited: I am using rathena btw.

are you setting multiple reward in that line ??

if yes then change

set

to

setarray


@Mysterious (or anybody else with some info)

For some reason I get an error on the CTF script: Missing 2 right curleys at file 'blah, blah' at line 7838

I've tried adding in "}}" but the number changes on the error for the next line. Any advice?

(I know this isn't the support section but posting here in case someone else has the same problem)

did you edit anything in the script ? show your script ...


What do you mean the number changes for the next line? Have you tried adding the curlys as so:

}

}

rather than }}?

both will still working fine....

Posted

set .@reward,671,1; //<Item_ID>,<Amount>{,...}

For the GuildPrizer npc script.

I am getting error here - parse_line: need ' ; '

What I think is you cant put the item ID and amount together, maybe you have to separate it using different variable. Just my rough debug, since I did not go through all the codes. /pif

Edited: I am using rathena btw.

are you setting multiple reward in that line ??

if yes then change

set

to

setarray

I did not try to put multiple award, I just load in the original script and I got that error.

By the way, I tried setarray anyway since, multiple awards seems better and that fixed the error.

Have not try whether The reward is given out without problem yet thou.

Posted

i know this is somehow out of the topic but am just wondering. you happen to know how to do dragon combo (twin dragon) right after

Raging Trifecta Blow without casting it to the mob.? just like quad combo. you just have to wait for triple attack and then use quad combo. how to do that in dragon combo? any feedbacks? much appreciated.

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...