A hand anyone?

04/26/2009 09:04 nushizu#1
Since just by posting this I can assume the fact that I'ma be flamed, but it's cool. Using LOTF(I know I know get the fuck outta LOTF lol), but since I'm learning C# and C++ right now..downloaded Hybrid source and his vids but since I dont understand it all, and I'm just starting to catch onto his vids and such...pretty helpful actually; but I digress. My issue at hand currently are the commands in LOTF I've went into "Client.cs" and I've changed every single "/command" to a "@command" because that format suits me better...but to no avail. I failed somewhere. So if someone can show me where I fucked up...aside from using LOTF lol I would greatly appreciate it... and if someone is generous enough to take me under their wing and assist me in my path to learning programming I would greatly appreciate that as well.. I'm eager to start programming and September is so far away[I applied for a course at college ;D] Now I end this massive ass post lol, sorry for taking so much space to explain everything Guys.

PS. my name signed at the bottom is also my skype/Aim for those willing to assist me further.

Nushizu
04/26/2009 09:09 tao4229#2
[Only registered and activated users can see links. Click Here To Register...]
MSN
04/26/2009 13:02 Beta Limit#3
Im not Pro but i can help ya out with LOTF

Add me if ya like - [Only registered and activated users can see links. Click Here To Register...]
04/26/2009 17:30 nushizu#4
thanks for the replys guys, I'll get back to you when I get home today =D then we can figure out where I went retarded/wrong lol.
04/26/2009 19:42 kinshi88#5
There should be a if (Message.StartsWith("/")) or a if (Message[0] == '/') at the start of the commands, change the / to @ and it should work.
04/26/2009 19:54 CoAttack#6
Yeah..kinshi is right...Make sure you change the /save and /coords also...Check out my video tutorials i think that source i put there is all @
04/27/2009 01:56 nushizu#7
I've done that...Which is what is wierd. I must have screwed up knowing me lol.... but I can paste the client.cs here if you wish.all the "@" commands were changed as well as the '@' were replaced lol.

Edit*** As it turns out I'm an idiot(go figure) my problem was as simple as hitting F5 after I rebuilt the code(F5 being debug) I'll keep all my issues here though guys. Thanks for trying to help :3 <3

Nushizu
04/28/2009 18:55 nushizu#8
Okay sorry for the double post for one...editing the other one just didn't seem appropriate lol. I'm looking at Future's Source now...its better in coding for sure but...somewhat more confusing. Skill not working, I know future said that 1011003 model's should have he skills working, but I'm clearly failing at some turn point...every new account I make cannot use the skills...like none of them? although the pre-existing account are functional as faras using the skills... So if anyone can point me in the right direction, t'would be appreciated. Also for some reason no matter what I do, the GM/PM status dont work for me, reguradless is I change my status to 2-3 I even changed it in the database to 7-8...ect but no luck lol. thanks for the help guys.
04/28/2009 20:52 KraHen#9
Quote:
Originally Posted by nushizu View Post
Okay sorry for the double post for one...editing the other one just didn't seem appropriate lol. I'm looking at Future's Source now...its better in coding for sure but...somewhat more confusing. Skill not working, I know future said that 1011003 model's should have he skills working, but I'm clearly failing at some turn point...every new account I make cannot use the skills...like none of them? although the pre-existing account are functional as faras using the skills... So if anyone can point me in the right direction, t'would be appreciated. Also for some reason no matter what I do, the GM/PM status dont work for me, reguradless is I change my status to 2-3 I even changed it in the database to 7-8...ect but no luck lol. thanks for the help guys.
Maybe the skills don`t work on the new characters because the char`s model number isn`t 1011003? Although I remember Future and Emme saying that they know a fix, so just learn more C# and try to find it.

The status flag... Well search for the commands to check what flag they need (usually 8). If everything is correct, logoff, change your statusflag, then login.