It is currently 28 Mar 2024, 17:02

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 01 Jun 2010, 13:37 
Offline
Бывалый игрок
User avatar

Joined: 17 Mar 2010, 20:28
Posts: 416
Запускаешь скрипт, кликаешь 2 раза на вещь и скрипт начинает плавить все вещи такого типа


Code:
Enable Event Sysmessage
set #sysmsgcol 1359
event SysMessage ###Script Crafted by Gign###
wait 10
set #LOBJECTID #BACKPACKID
while #LOBJECTID = #BACKPACKID
{
  event SysMessage Кликни 2 раза на вещь для плавки
  wait 40
}
set %smelttype #LOBJECTTYPE
while #HITS > 0
{
 finditem %smelttype C_ , #BACKPACKID
 if #FINDCNT > 0
 {
  set #LTARGETID #FINDID
  finditem JBG G_2
  if #FINDCNT > 0
  {
   set #LOBJECTID #FINDID
   event macro 17  0
   target
   event macro 22 0
  }
  else
  {
   event SysMessage Рядом нет плавилки!
  }
  wait 10
 }
}


Top
 Profile  
 
PostPosted: 18 Jan 2020, 19:16 
Offline
Начинающий игрок

Joined: 03 Dec 2017, 00:35
Posts: 12
Спс.


Top
 Profile  
 
PostPosted: 28 Jan 2020, 22:21 
Offline
Начинающий игрок

Joined: 17 Jan 2020, 11:23
Posts: 13
Спасибо


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

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 175 guests


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:  
cron
Powered by phpBB® Forum Software © phpBB Group