Yoko

All sides of Injection
It is currently 2025-10-15 11:35:01

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2010-02-11 22:47:56 
Offline

Joined: 2007-12-09 20:09:07
Posts: 4
does anyone have any good injection scripts to make scrools and buy regs? i need to make different type of scrools


Top
   
PostPosted: 2010-02-12 14:04:37 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Code:
Sub Inscription(circle,name,quantity)
  var blanc=0x0E34
  var msg1='put'
  var msg2='fail'
  var k,i
  uo.FindType(blanc,'-1','backpack')
  for i=0 to quantity
    k=0
    uo.DeleteJournal()
    uo.WaitMenu('Spell',Circle,'Spell',name)
    uo.UseType(blanc)
    repeat
      wait(100)
      k=k+1
    until uo.InJournal(msg1) || uo.InJournal(msg2) || (k>100)
    wait(50)
  next
end sub


For example:
Code:
sub Create_Paralyze()
  Inscription('Fifth','Paralyze',10)
end sub


Code:
sub Create_Feeblemind()
  Inscription('First','Fee',15)
end sub


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited