Jump to content
  • 0
rakuzas

How to make script warp guild in certain time? (SOLVED)

Question

Hello,

I tried making a script to warp a guild after woe ended as manual reward claim by guild member because I had issue with player who played with same router.. 

Below is my script which is not warp the guild member.. But I dont got any error or debug in console :

 

-	script	RewardSunday	-1,{
	
set .@GID_HM, GetCastleData("schg_cas03",1);

OnSun2301:

warpguild "prt_cas",96,81,.@GID_HM;
end;

}

Please guide me and thanks in advance..

Edited by rakuzas
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
56 minutes ago, Secrets said:

Move the OnSun label to the first line because [email protected]_HM need to be set everytime the script runs.

Ahhh..

I just notice it.. I put wrong castle map.. No wonder I cannot warp.. xD Thanks @Secrets for guide me.. /no1 

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.