Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Corym Port Hope
#2
I've got couple tips for you, that you should find useful

Code:
NPCSay (32632 32737 6:deposit all)
NPCSay (32632 32737 6:yes)
NPCSay (32632 32737 6:withdraw)
Withdraw (32632 32737 6:268 50 150)
NPCSay (32632 32737 6:yes)
Fixed (32632 32737 6)
NPCSay (32632 32737 6:withdraw)
Withdraw (32632 32737 6:239 100 30)
NPCSay (32632 32737 6:yes)
NPCSay (32632 32737 6:withdraw 7)
NPCSay (32632 32737 6:yes)
Point (32627 32738 6)
Point (32626 32742 6)
Point (32626 32743 5)
Point (32623 32743 5)
Fixed (32622 32742 5)
Say (32622 32742 5:hi)
NPCSay (32622 32742 5:trade)
Buy (32622 32742 5:268 150)
Fixed (32622 32742 5)
NPCSay (32622 32742 5:trade)
Buy (32622 32742 5:239 30)

You should upgrade your refiller by using variables, it will make it much easier for you to make further scripts.

Instead of putting numbers of ID, quantity and price in withdraws, set up variables for it for example

   

Code:
ManaID=268
ManaP=50
ManaQT=150
ManaBack=40

Then in your cavebot it should look like this

Code:
NPCSay (32632 32737 6:withdraw)
Withdraw (32632 32737 6:!ManaID! !ManaP! !ManaQT!)
NPCSay (32632 32737 6:yes)
Code:
NPCSay (32622 32742 5:trade)
Buy (32622 32742 5:!ManaID! !ManaQT!)

Same goes to full checks
Would look much better like this:

Code:
FullCheck (32643 32831 10:Full Dep Else C1 Code cap<=50;!ManaID!<=!ManaBack!)


Personally, I'm using manual macros instead of FullCheck Labels, because it allows me for more customization.

(u can find it in my signature link below)
Reply


Messages In This Thread
Corym Port Hope - by MellUrbina - 12-15-2016, 05:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)