[Request]Guides

09/27/2008 22:54 Kratos59#166
Quote:
Originally Posted by lolmaster123 View Post
EASY TO FIX LOL
lol i understant for u

but we need to fix if you want ...

I have too a problem.

I use LuckyTime it's work but a other people want to bless but don't work, Look that :

Quote:
Originally Posted by Me
if (SkillId == 9876 && Stamina >= 100)
{
PrayCasted = DateTime.Now;
CastingPray = true;
Stamina = 0;
PrayX = LocX;
PrayY = LocY;
World.PlayersCastingPray.Add(this, Name);
World.PlayersPraying.Add(this, Name);

MyClient.SendPacket(General.MyPackets.Vital(UID, 29, LuckTime));
MyClient.SendPacket(General.MyPackets.Vital(UID, 26, GetStat()));
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
World.UpdateSpawn(MyClient.MyChar);
}
the skillAttribute :
Quote:
Originally Posted by me
/*//LuckyTime
SkillAttributes[9876] = new ushort[1][];
SkillAttributes[9876][0] = new ushort[6] { 8, 0, 0, 0, 0, 0 };
SkillsDone.Add(9876, 0);*/
09/27/2008 23:40 keving15#167
Sure you have to check if sitting some1 near you, and if CastingPray true then give him the right Status.
09/27/2008 23:58 boudire122#168
what is problem plz help me
09/28/2008 02:02 Zanzibar#169
Quote:
Originally Posted by © Haydz View Post
its a hashtable for god sake... how hard is it to do ... Hashtable PlayersPraying = new Hashtable();
You need an ArrayList not a Hashtable...
Well.. That made my Lucky Time work -_-
09/28/2008 10:20 pauldexter#170
yea, its not hashtable, if you put a hashtable, same get an error XD
09/28/2008 14:29 © Haydz#171
well like i said i dont have lotf so i havnet tested the code... i didnt know if it was hash or array lol :|... tbh i think a hash would more suite that type of data
09/28/2008 16:20 tao4229#172
LOL? How is it an array list? Array lists are gay 1), 2) I beleive you have to specify a max value to intiate an array list.... I used a hashtable and it worked just fine for me >_>
09/28/2008 16:21 tao4229#173
Quote:
Originally Posted by YukiXian View Post
Removed, Why?

#edit :
This skill is giving me an Error, Idk why... :
Well since the beginning of the database only allows for skill IDs less than 9000, maybe you should fix that and it wouldn't give you an error...

Edit:: Crap, didn't notice I double posted D:
09/28/2008 17:29 Kratos59#174
ArrayList Work fine
09/28/2008 18:35 ~Legend~#175
@Guide Request: LuckyTime Skill
09/28/2008 20:30 kinshi88#176
Quote:
Originally Posted by ~Legend~ View Post
@Guide Request: LuckyTime Skill
Won't get it, unless someone codes it themselves.

And if someone does release one, not with their own code, I will make sure it is deleted.
09/28/2008 21:07 ~Legend~#177
Quote:
Originally Posted by kinshi88 View Post
Won't get it, unless someone codes it themselves.

And if someone does release one, not with their own code, I will make sure it is deleted.
did i asked for that?
what do you think? that you are hitler and have won from everyone and you can do what you want and when you say DELETE THAT POST they will delete it?

(im saying hitler because of your nazi avatar) and this is a post to request guides so im asking a guide and i dont want that kind of comment then -.-
09/28/2008 21:12 tao4229#178
Quote:
Originally Posted by ~Legend~ View Post
did i asked for that?
what do you think? that you are hitler and have won from everyone and you can do what you want and when you say DELETE THAT POST they will delete it?

(im saying hitler because of your nazi avatar) and this is a post to request guides so im asking a guide and i dont want that kind of comment then -.-
Dumbass, he posted that because someone got that FROM HIS SOURCE, he can ask them to remove it.
09/28/2008 23:54 adz06676#179
Quote:
Originally Posted by ~Legend~ View Post
did i asked for that?
what do you think? that you are hitler and have won from everyone and you can do what you want and when you say DELETE THAT POST they will delete it?

(im saying hitler because of your nazi avatar) and this is a post to request guides so im asking a guide and i dont want that kind of comment then -.-
if he made it he can request it to be removed
09/29/2008 00:45 taguro#180
This whole thread has become useless. I think its time to close this one.