Away System

sbk_

New member
Messages
83
Points
0
Age
35
Location
São Paulo - Brasil
Github
https://github.com/SoulBlaker
Emulator
Well this system allows the player to be missing from the server with an automatic response. Actually there are two commands, one disconnects the player and the other keeps him connected. 
 
Not diferenção is not only there, the command @away2 will disconnect the player and his status ignore monster, the other does not allow this status since the player can be killing a monster and use the command when it has low HP and go recovering. 
 
This question is to be examined in the new version, now a brief explanation of the commands:
 
 
@away <message>

Makes the player stay with a headgear of afk and sends a response suggesting the second string if a player send a private message.

@away2 <message>

Makes the player stay with a headgear of afk and sends a response suggesting the second string if a player send a private message and disconnects the player from the server.

Important explanations:

  1. Players can not use the command on maps PvP, GvG or BattleGround.
  2. By using the command @away the player is unable to move, carrying the command again using the player can move free.
  3. The view id of head equipment is kept safe when the player quit the commandaway using the viewId that was before replacement is on-post, but not the player keeps changing the equipment and change the viewId, perhaps in next version.

Important explanations Version 1.1:

The 1.1 version does not allow the player to withdraw, talk to npc, drop items, use an item and equip item, it solves most of the problems, unless the player use the teleport commands, it will continue to place more inactive.

Considerations for a future release:

  1. Remove blocking movement of the player and adding the source as is well implemented and easy for function in places that activate the idle players.
  2. As stated above, block handling equipment change when you are away, or just add replacement viewId or something related.
  3. Block more functions in core.

Demonstration images? This being done a job on top of that, the images instead movie detailing more.

I will not provide plugin because I'm not familiar with this feature Hercules.
 
Download v1.1: Click Here
Download v1.0: Click Here

 
Last edited by a moderator:
This is a neat idea, an AutoTrade effect, for afk use.

My only suggestion is, remove the ignore monster effect because, this makes it 100% abusable for leeching people to higher levels.

Other than that, I like it, and will give it a test =P

 
@@Litro I want that too
default_tongue.png


 
SRC/map/atcommand.h

Find

#define MAX_MSG 1500

Change 1500 to 1613

 
Hi, how to add diff files such as this script?

Can you please send or message me privately the steps?

Thanks a lot.

 
Back
Top