Beholder

Status
Not open for further replies.
Re: [Release] Beholder

grrr
i keep losing tracks :(

so here is the deal
i USED
this
0x4 0x6 0x8 0x10 and 0x80...
only showing icons...
im this close for solving it...
 
Re: [Release] Beholder

I think it HAVE to be in one packet....and BTW i looked in THIS
Now i will try every single combination of Type6 to Type8 +type4 with all of 0x10, 0x4,0x80,0x6

>,<

(this "propably summons" is very annoying)

Edit:
Code:
else if(skillid == 1321007){ // Beholder
        vals.push_back(skills[skillid][level].x);
        timer->stop(player, "end1321007");
        SkillsPacket::useSkill(player, Maps::info[player->getMap()].Players , skillid, skills[skillid][level].time*1000, 0, 0, 0, (char)0x80, 0, (char)0x1, 0, 0, vals, 1);
        timer->setSkillTimer(player, "end1321007", skills[skillid][level].time*1000);
    }
Should it be like this? :/
 
Re: [Release] Beholder

o_o Dam I think its way too late for me to even start working on this. 1. I have no idea what you're talking about right now because I didn't start when you all did. 2. If I did start from the beginning I would have to ask questions that are absolutely useless at this point because everyone already knows how to do that. 3. By the time I figured out how to do this summon WITHOUT asking questions, beholder will have been out for over a week.
 
Re: [Release] Beholder

guys, x10 and x80 are in there for sure, I promise you all =).

I know it... Im gettin confused because here at this thread is said that beholder is type6 and at other thread is said that beholder is type 4 ( useSKill thread) >.<
 
Re: [Release] Beholder

copy the code in Players.cpp (in the good place) (guess the place leechers.... xD)

4r3 c0mm4nds.... xD
 
Re: [Release] Beholder

ok im on to something...
u can sommon shadow partner with the icon of beholder using
type4 1321007 4 x

so... we only need to find right packet of the sommoun and the icon will come along with him ;P

now u guys tell 80 and 10 r there...
and im missing something...
 
Re: [Release] Beholder

I'd post the summoning part of it (NOT THE ICON) if I could get a repack that FREAKING SPAWNS MOBS! xD.

maybe
 
Re: [Release] Beholder

Weird, i checked every single combination of 0x10 and 0x80 with types6-8 and i didn't get Beholder to summon...
 
Re: [Release] Beholder

what do u mean repack that spawn mobs?

ohh never mind

is there any 0xA in there?

im pretty sure its 1 packet... XD
 
Status
Not open for further replies.
Back