Jump to content
  • 0

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


Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted
56 minutes ago, Secrets said:

Move the OnSun label to the first line because .@GID_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 

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.

  • Recently Browsing   0 members

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