Jump to content
  • 0

R> if @autotrade can't get exp and item anymore


sumano

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

hi rathena

if people use @autotrade (vending and buying system)

someone use crusader relfect shield in dungeon like a bot and use @autotrade

possible to stop get exp and drop anymore ?

post-4149-0-26045000-1402975283_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   381
  • Joined:  02/03/12
  • Last Seen:  

hi rathena

if people use @autotrade (vending and buying system)

someone use crusader relfect shield in dungeon like a bot and use @autotrade

possible to stop get exp and drop anymore ?

 

I'm not really sure about the EXP thing but you can disable autoloot and debuff them so they don't have reflect sheild.

-	script	at_abuse	-1,{
OnCommand:
	sc_end SC_REFLECTSHIELD;
	atcommand "@autoloot 0";
	atcommand "@autotrade";
	end;

OnInit: bindatcmd "autotrade","at_abuse::OnCommand";
}

Just follow the format to add more events.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

there is a conf about autoloot

 

 
// Idle characters can receive autoloot?
// Set to the time in seconds where an idle character will stop receiving
// items from Autoloot (0: disabled).
idle_no_autoloot: 0

https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L150

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  29
  • Reputation:   6
  • Joined:  10/15/15
  • Last Seen:  

and use @autotrade possible to stop get exp and drop anymore ?

How stop get base level & Job level (baseexp & jobexp) ?

thank you rAthena..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  04/24/12
  • Last Seen:  

oh BIG Thanks !

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