Jump to content
Sign in to follow this  
Triedge

Party Commands.

Recommended Posts

last night I was ready to start coding a script to Party vs Party.
but I realized that Hercules does not handle commands Party. At least not the ones you see in rathena.

Would it be possible to implement them?

Share this post


Link to post
Share on other sites

in my opinion, these party related script commands are absolute ... I never use them

better just learn how to use battleground

 

and there's a flaw about party_create and then party_addmember

which needs to use sleep in between them because it needs to transfer the data from char-server.exe

 

battleground system however, is entirely calculated inside map-server.exe, which doesn't have this kind of bug

Share this post


Link to post
Share on other sites

in my opinion, these party related script commands are absolute ... I never use them

better just learn how to use battleground

 

and there's a flaw about party_create and then party_addmember

which needs to use sleep in between them because it needs to transfer the data from char-server.exe

 

battleground system however, is entirely calculated inside map-server.exe, which doesn't have this kind of bug

It is possible to make a Battleground without waitroom ?

that at least the party commands is more or less easy to make a Party vs Party.

Share this post


Link to post
Share on other sites

It is possible to make a Battleground without waitroom ?

I did bg_pvp script in rathena forum

without source modification

http://rathena.org/board/topic/73801-can-someone-fix-this-for-me-thank-you/?p=154091

http://rathena.org/board/topic/90734-annieruru-custom-bg/?p=236961

 

with source modification

http://rathena.org/board/topic/73755-requesting-3v3-event-semi-bg-type-blue-team-vs-red-team/?p=172997

 

what you need to do is, use source modification and put every party member into a team with setbgid

 

and if you test my script, you'll immediately notice there is an advantage over party system

-> the party system counted every single player on the map,

if there is 3 players on team A and 4 players on team B, it will display 1/7 at the right down corner of the screen

-> the battleground system has bg_updatescore, which you can use the scoreboard manually display the score in any way you like

Edited by AnnieRuru

Share this post


Link to post
Share on other sites

As this has been pointed out

someone made a pull request about that party command but it ddnt passed https://github.com/HerculesWS/Hercules/pull/205/files try to apply it manually.

Also the queue feature provided in hercules makes a alternative to adding people to games/events without chatrooms.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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