Jump to content
  • 0

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


rakuzas

Question


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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

  • 1

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Move the OnSun label to the first line because .@GID_HM need to be set everytime the script runs.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.04
  • Content Count:  459
  • Reputation:   6
  • Joined:  06/29/12
  • Last Seen:  

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 

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