L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
summon hight five
Author Message
hellenpwnz Offline
Gremlin
*

Posts: 6
Joined: May 2013
Reputation: 0
Version: 1.4.1.102
Post: #1
Exclamation summon hight five

Доброго времени суток.

Может кто сталкивался с такой пролемой....В боте нету функций чтобы настроить вызов сумона после пропажи или его смерти, и сдлеть это можно только с помощью скрипта. Скрипты нашол вродебы как рабочие ну вот склееить их в 1 рабочий так и не получилось. Помогите у кого есть опыт в этом деле !
Сумон на выхов : Merrow the Unicorn

Скрипт на сумона ( вписать ID скила нужно) :

repeat
if (GetMe():GetPetId()== nil) then
UseSkill(SummonSkillId,false,false)
end;
if (GetMe():GetPetId()== 0) then
UseSkill(SummonSkillId,false,false)
end;

Sleep(5000)
until false

На соски:

if not (ShotsActivated) and (GetSummonCount() > 0) and (GetItemAmountByName(shots) > 5) then
ActivateSoulShot(ShotsDisId, true);
ShotsActivated = true;
Sleep(2000);
end;
07-22-2013 02:42 AM
Find all posts by this user Quote this message in a reply
Eblomeshalka Offline
Goblin Grave Robber
*

Posts: 12
Joined: Mar 2013
Reputation: 0
Version: 1.4.3.143
Post: #2
RE: summon hight five

Присоединяюсь)тоже интересует этот вопрос, кстати куда скрипты пихать то?)
07-23-2013 06:25 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Summon Script. kapa528 5 3,051 10-15-2014 21:27 PM
Last Post: drenod
  Summon iPhant 3 3,022 01-24-2014 20:03 PM
Last Post: Sayli86m



User(s) browsing this thread: 1 Guest(s)