Jump to content

Custom Battle Ground


Recommended Posts


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  106
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

OnTimer190000:

    if(.point[1]>.point[2])

    {

        Announce "[Battle Ground]:Team A Win!",0;

        {

        if(.@i==0)

        getitem 7539,10;

        }

    }else if(.point[2]>.point[1])

    {

        Announce "[Battle Ground]:Team B Win!",0;

        {

        if(.@i>0)

        getitem 7539,10;

        }

    }else

    {

        Announce "[Battle Ground]:Draw!",0;

    }

    sleep2 3000;

    callsub OnEndd;    

    end;


Is this Correct for having prize?

Edited by hexor9
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

...

http://pastebin.com/raw.php?i=tdzeFan6 Edited by goddameit
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  106
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

ok

Edited by hexor9
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

...

http://rathena.org/board/forum/32-script-requests/

maybe someone will help you soon

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

is this working in the latest revision?

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  12/08/11
  • Last Seen:  

sir, i got a problem.

after i click. and i join.and then 2nd player cant click.

besides that, we cannot warped to the endless_war map. :(

same problem....please help

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

Someone help us put a prize?



I did trying to add the script by my self "prize" and i got is error lol

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  192
  • Reputation:   9
  • Joined:  05/08/13
  • Last Seen:  

Hello @goddameit sorry to ask but how exactly can we trigger the start of this event? Clicking the npc doesn't really show anything. And I can't find a clock schedule on the script.

Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  31
  • Reputation:   1
  • Joined:  01/16/12
  • Last Seen:  

*   30 :                set $@bg_id_b,waitingroom2bg("endless_war",53,85,"",""')';

 


*   17 :                set $@bg_id_a,waitingroom2bg("endless_war",205,85,"",""')';

 

 

help ?

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  01/19/13
  • Last Seen:  

Cant click the NPC /oops

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  08/13/14
  • Last Seen:  

 

5R2Sn.png

[media=]

[/media]

Script \ Design : Goddameit

Map : TrojanWorm

Rules :

1. break stone +5 point to self team, -3 point to enemy.

2. after broke, stone will respawn in 10 seconds.

3. kill enemy will +1 point.

4. which team's point is highest, is winner.

Stone location:

128,120 --> A

127,46 --> B

Active time:

OnClock0100:
OnClock0300:
OnClock0500:
OnClock0700:
OnClock0900:
OnClock1100:
OnClock1300:
OnClock1500:
OnClock1700:
OnClock1900:
OnClock2100:
OnClock2300:
callsub OnActive;
end;

Set:

1 min for register,

30 seconds for join team (after this time, you still can join in),

100 seconds for battle time.

Reward:

No.

Script download :

attachicon.gifCustom Battle Ground_goddameit+TrojanWorm.txt

Map download :

endless_war ; endless_war

Note:

just a little creation, enjoy it.

Note2:

I just enjoy finishing this game, so don't approve any suggest, sorry.

bug report only.

 

hi goddameit i tried to used this script in Hercules but i got some problem about cell?, and i dont even can click the npc

map_cell2gat: cell has no matching gat type

if anyone encounter this error? can you please help me where this happen anyway?

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/11/16
  • Last Seen:  

On 25/03/2015 at 9:01 AM, neil413 said:

hi goddameit i tried to used this script in Hercules but i got some problem about cell?, and i dont even can click the npc

map_cell2gat: cell has no matching gat type

if anyone encounter this error? can you please help me where this happen anyway?

same error..

Could someone give me a clue how to solve this problem?
 

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

map_cell2gat: cell has no matching gat type too

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  93
  • Reputation:   6
  • Joined:  12/10/11
  • Last Seen:  

Can't download the map. Anyone got a backup download?

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

×
×
  • Create New...