UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[Assistuo] Restocking with GP for planting

Paracelsus

Sorceror
Is there a way to tell between greater poison and deadly poison while restocking? I found that they share the same graphics.

(I am working on planting macro now.)
 

Paracelsus

Sorceror
I just try the code with little modification (just sysmsg instead of moving), I don't know why it always say 'Not deadly'. But, in the journal, I can see the message: "Deadly Poison potion : 2". Any idea?

Code:
if @findtype 0xf0a 0 'backpack'
clickobject 'found'
pause 250
if @injournal 'Deadly' 'system'
//if @injournal 'Deadly' 'author'
sysmsg 'Deadly'
else
sysmsg 'Not deadly'
endif
pause 600
@clearjournal
endif
 
Top