Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. //-------------------------------------------------------
  2. //---------- Written by Siegi aka Goapirat --------------
  3. //-------------------------------------------------------
  4. //1. unlock and remove trap of the chest
  5. //2. start this script
  6. //3. Target the Chest to search for "a portal fragment"
  7. //-------------------------------------------------------
  8. //The script searches for any portal fragment in this chest
  9. //and moves it in your backpack
  10. //-------------------------------------------------------
  11. //Can be tested at home with secure chest :)
  12. promptalias 'chest'
  13. useobject 'chest'
  14. pause 600
  15. if findtype 0xf21 1161 'chest' 'any' 2
  16. while findtype 0xf21 1161 'chest' 'any' 2
  17. pause 600
  18. headmsg '############' 1161 'self'
  19. headmsg '> FRAGMENT <' 1161 'self'
  20. headmsg '############' 1161 'self'
  21. pause 600
  22. msg '[e oooh'
  23. moveitem 'found' 'backpack' 0 0 0 'any'
  24. endwhile
  25. else
  26. headmsg 'Kein Portal Fragment' 23 'self'
  27. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement