Yoko

All sides of Injection
It is currently 2025-12-26 20:09:36

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2009-01-30 16:44:03 
Offline

Joined: 2009-01-08 06:36:54
Posts: 43
Location: Не хозяин...
Как туда вставить ещё экспы и рефрешки!?
ЗАРАНЕЕ СПОСИБО!

sub countBottles()
var bottles = 3

dim bottleType[3]
dim bottleColor[3]
dim bottleName[3]

bottleType[0] = '0x0F09'
bottleType[1] = '0x0F0C'
bottleType[2] = '0x0F09'

bottleColor[0] = '0x0388'
bottleColor[1] = '0x0000'
bottleColor[2] = '0x0060'

bottleName[0] = 'Mana refresh'
bottleName[1] = 'Greater Heal'
bottleName[2] = 'Invisibilty'


uo.IgnoreReset()

var bottleCount
for var f = 0 to bottles - 1
bottleCount = 0
repeat
uo.FindType(bottleType[f], bottleColor[f])
if (uo.FindCount()) then
bottleCount = bottleCount + uo.GetQuantity('finditem')
uo.ignore('finditem')
end if
until uo.FindCount() == 0
uo.print(STR(bottleCount) + ' ' + bottleName[f])
next

uo.IgnoreReset()

end sub


Top
   
 Post subject:
PostPosted: 2009-01-31 02:50:55 
Offline
User avatar

Joined: 2007-04-21 14:06:19
Posts: 79
Code:
dim bottleType[5] 
dim bottleColor[5]
dim bottleName[5]

bottleType[0] = '0x0F09'
bottleType[1] = '0x0F0C'
bottleType[2] = '0x0F09'
bottleType[3] = 'тип рефрехи'
bottleType[4] = 'тип инвизки'

bottleColor[0] = '0x0388'
bottleColor[1] = '0x0000'
bottleColor[2] = '0x0060'
bottleColor[3] = 'цвет рефрехи'
bottleColor[4] = 'цвет инвизки'

bottleName[0] = 'Mana refresh'
bottleName[1] = 'Greater Heal'
bottleName[2] = 'Invisibilty'
bottleName[3] = 'refresh'
bottleName[4] = 'unvis'

_________________
Adept DRW


Top
   
 Post subject:
PostPosted: 2009-02-01 08:27:53 
Offline

Joined: 2009-01-08 06:36:54
Posts: 43
Location: Не хозяин...
Да я уже сам додумался, но всё равно спосиб)


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 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