- Joined
- Apr 2, 2007
- Messages
- 260
- Reaction score
- 1
Re: [Release] Beholder
... 3 pages in 12 hours. Wow.
i can give u my files.. everything working...
(expet few unhelden expetion sometimes...
something with decoder..)
3 people so far I'm pretty sure
Me, CTZ, and my friend.
here's a hint >_>
else if(strcmp(command, "type1") == 0){
SkillsPacket::useSkill(player, Maps::info[player->getMap()].Players , 1321007, 1200*1000, (char)next_token, 0, 0, 0, 0, 0, 0, 0, (vector <int>)10, 1);
}
Edit: slayah, would you mind sending me yours so I could see if I screwed something up? o_0. I have the correct icon and it summons, and I also get the mastery, so I think I got it all right.
i don't get it , i think. Why the hell you changed vals with this freaky (vector<int>)10 ? Is it for mastery? You didn't have to do this cause mastery is being added automatically.
That's what the vals.push_back crap is.