Jump to content

ZerotoHero

Members
  • Content Count

    11
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    ZerotoHero reacted to jaBote in No autoloot in level 50 or higher   
    Try this, a mixture of what everybody said here:
     
    - script atcmd_example -1,{OnInit: bindatcmd "autoloot",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: if (BaseLevel >= 50) { dispbottom "You can't use this command."; } else { useatcmd .@atcmd_command$; } end;OnPCBaseLvUpEvent: if (BaseLevel >= 50) { atcommand "@autoloot 0"; } end;}
  2. Upvote
    ZerotoHero reacted to evilpuncker in No autoloot in level 50 or higher   
    try this http://upaste.me/3fef11704c469a6b0
  3. Upvote
    ZerotoHero reacted to Dastgir in Error 2DLayerDir_F.lua:99: table index is nil   
    Get new files from here https://github.com/ROClientSide/Translation .. (maybe your client is reading from data.grf and your data.grf is outdated,)
    (Change format to .lua if you have diffed with read lua before lub.)
×
×
  • Create New...

Important Information

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