zaloguj się

Pokaż pełną wersje : pomoc w skillowaniu


KikuPalladyn
16-09-2008, 23:53
Witam:) Zrobiłem sobie ostatnio palladyna na celeście i mam pytanie wbilem skille 63/47 i mam pytanie zastanawiałem się czy dał bym rade już skillować na slimach czy jeszcze za wcześnie? Czy by mi zadawały za duże hity? Moje eq to beltet cape, Tortoise Shield, plete legi. Czy starczy mi to eq czy załatwić sobie do skillowania k arma i k legi?

ps. Pierwszy raz gram pallkiem wiec proszę o pomoc

grzesio512
17-09-2008, 14:38
k set za ciężki dla pala
a na tym skillach to się już powinno skilować na monku bo slimy mają bardzo małą obronę więc będą dostawać za dużo hity:confused:

KubiXX
17-09-2008, 14:49
Dobij minimum 50 shielding, kup dragonke, b robe i możesz skilowac. Będziesz musiał często matkę zmieniać ale z czasem będzie coraz lepiej. Ja skilowalem na slimach od 52 shielda + dragonka + b robe i było ok. I oczywiście mowie tu o skilowaniu small stonsami:)

KikuPalladyn
17-09-2008, 17:09
k set za ciężki dla pala
a na tym skillach to się już powinno skilować na monku bo slimy mają bardzo małą obronę więc będą dostawać za dużo hity:confused:

jak moge skillowac na monku jak to no-pvp?

grzesio512
17-09-2008, 18:12
UP :/ sorka pomyliłem się ;(

Tolpa
19-09-2008, 13:55
Imo masz za slabe EQ. Ja zaczynalem ze skillami 52/52 knajem, ale z k setem, crusem i tower shieldem.

Szevas
21-09-2008, 18:27
by nie zakladac nowego teamtu: na czym powinieniem/moglbym skilowac skill 62.49 na PVP mam 16lvl

Dobrodziej
30-09-2008, 17:36
var
koniec:boolean;
mon1,mon2:creature;

function HowMuchAtk:integer;
var
x,i:integer;
begin
UpdateWorld;
i:=0;
result:=0;
for x := 0 to Creatures.Count - 1 do
begin
if (Abs(Creatures.Creature[x].X - Self.X) <= 1) and
(Abs(Creatures.Creature[x].Y - Self.Y) <= 1) and
(Creatures.Creature[x].Z = Self.Z) and
(Creatures.Creature[x].NPC) then result:=result+1;
end;
end;

procedure checklife;
var
i,x:integer;
cont:tcontainer;
begin
updateworld;
for i:=0 to self.Containers.count-1 do
begin
for x:=0 to self.containers.container[i].count-1 do
begin
if self.containers.container[i].item[x].id = 2874 then
begin
cont:=self.containers.container[i];
self.containers.container[i].item[x].usewithself;
sleep(100);
if cont.count = 20 then cont.item[cont.count-1].movetoground(self.x,self.y,self.z,0);
cont.item[cont.count-1].movetocontainer(cont,0,0);
break;
exit;
end;
end;
end;
end;


procedure Event_Message(Channel: integer; Name, Text: String);
begin
if (name=self.name) and (text='stop') then koniec:=true;
end;

procedure GetMonsters;
var
x,i:integer;
begin
UpdateWorld;
i:=0;
for x := 0 to Creatures.Count - 1 do
begin
if (Abs(Creatures.Creature[x].X - Self.X) <= 1) and
(Abs(Creatures.Creature[x].Y - Self.Y) <= 1) and
(Creatures.Creature[x].Z = Self.Z) and
(Creatures.Creature[x].NPC) then
begin
if i=0 then
begin
mon1:=Creatures.Creature[x];
i:=i+1;
end
else if i=1 then
begin
mon2:=creatures.creature[x];
i:=i+1;
end;
end;
end;
end;


function getmom:creature;
var i:integer;
begin
updateworld;
result:=0;
for i:=0 to creatures.count-1 do
if creatures.creature[i].following=true then result:=creatures.creature[i];
if result=0 then self.displaytext('Musisz pierw dac followa na matke!');
end;

var
id:integer;
mom:creature;
begin
for i:=0 to 30 do
begin
mom:=getmom;
if mom>0 then break;
end;
if mom=0 then
begin
self.displaytext('nie znaleziono matki! Koniec petli');
exit;
end;
self.displaytext('matka znaleziona!');
koniec:=false;
id:=mom.id;
while koniec=false do
begin
if self.health > 150 then
begin
GetMonsters;
if HowMuchAtk=2 then
if mon1.id=id then mon2.attacking := true else mon1.attacking:=true;
ProcessEvents;
sleep(1000);
end
else
begin
checklife;
sleep(2010);
end;
end;
end;
myślę że pomogłem ;>

Befsztyk
30-09-2008, 19:35
@up
Myślisz, że jesteś fajny??
@topic
od 55 skila mozesz juz na monkach skilowac

Versethus
01-10-2008, 22:39
http://i449.photobucket.com/albums/qq220/Versethus/EqiSkille.jpg
Na czym skillować z takimi skillami i eq ? Small stones'y mam :)
Na razie skilluje na rotach i dwarfach ale nie wiem na jak długo mi to starczy =/
Jeżeli od razu jakiś paladyn mógłby się wypowiedzieć do jakich skilli mam trenować to byłoby super ^^

Pozdrawiam