Jump to content
  • 0

Request to add some functions on Battleground Script


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Hello guys,

I would like to request add some functions for this script simple_bg.txt.

and... I need these functions to be add on that script :

** Add reward (in-game)

Example : Add Reward , Check Reward , Remove Reward

** Add timer to start (in-game)

Example : Admin need to set the timer to start (1 hour or 30 minutes) then the script will countdown according to the timer and then enable the Team NPC

Original Topic : HERE

Edited by uDe
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

It's good.

But, I think I need reset reward function in case I've entering the wrong ItemID.

nqEm0.jpg

I also realized that I can set 2 reward at a time.

That's good, but still need reset/remove function /ok .

How about the countdown?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

actually you can just click on "Set New Reward" again....and then you will re-insert all new reward again....

anyway...please modifiy to this....to avoid that some reward is not deleted when set new reward..

if( select("Set New Reward:Cancel") == 1 ){
 deletearray .rewarditem;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

actually you can just click on "Set New Reward" again....and then you will re-insert all new reward again....

anyway...please modifiy to this....to avoid that some reward is not deleted when set new reward..

if( select("Set New Reward:Cancel") == 1 ){
 deletearray .rewarditem;

Done. Thanks.. /ok

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