Ok so far so good, i made some special modifications for myself but i think i managed to remove them. I submitted my NABP.ini file since i had problems with the buffingsystem and fixed it by manually adding lines in the NABP.ini file. So ignore that file if you dont have problems with the Buffingsystem.
To get the Pot issue fixed i changed this:
(Line 139) $randomat = Random(1, 6)
To
$randomat = Random(3, 6)
And removed:
Case $randomat = 1
If $buff1stat = "ON" Then
ControlSend("Archlord", "", "", "1")
EndIf
Case $randomat = 2
If $buff1stat = "ON" Then
ControlSend("Archlord", "", "", "2")
EndIf
Just replace the file/files in your bot folder.
[Only registered and activated users can see links. Click Here To Register...]
To get the Pot issue fixed i changed this:
(Line 139) $randomat = Random(1, 6)
To
$randomat = Random(3, 6)
And removed:
Case $randomat = 1
If $buff1stat = "ON" Then
ControlSend("Archlord", "", "", "1")
EndIf
Case $randomat = 2
If $buff1stat = "ON" Then
ControlSend("Archlord", "", "", "2")
EndIf
Just replace the file/files in your bot folder.
[Only registered and activated users can see links. Click Here To Register...]