Ok, guys I need your help, There is only one guide on RB guards which doesn't work.
And 2 Releases on Reflect, which were deleted, any help please.
From my understanding I don't see why the RB guard script wouldn't work..
Looking at the source however I can tell you that it needs to be rewritten. It's unstable for a start, resource hogging and has too many bugs to poke a stick at.
Personally if you are going to code a pserver make sure you're using a stable and solid source (If you don't wish to do so yourself). One I recommend is InfamousNoone's, which can be located in the sticky threads. Don't waste your time and effort trying to perfect a server which is down right poorly coded and unfit to support such a influx of players.
Hybrid's Source(InfamousNoone's Source) Revision 1 is located here it runs on patch 5017 and does not need an external database setup. It's database is located within the source.
It doesn't have much coded in it... But if you're serious about coding the server, this is the source for you.
Help yourself be a better coder and listen to what the community is trying to say. One day you will understand why some are trying to encourage people still using LOTF to move to a more stable source and only use LOFT as a basis of learning and how you can improve (A LOT) on the LOTF coding.
There's a lot of GREAT coding examples in InfamousNoone's source which you can actually learn from and gain a greater understanding of how a PROPER server operates. After all why do you think InfamousNoone publicly released his source?
To educate and show you how a well made conquer private server can be made...
People who code in LOFT are deemed to fail and spend their life (literally) work on something that should only ever be used as an example of a badly coded server.
Egyptian Translation (so they can actually understand) [Thanks to google lol]
We need more Egyptians to understand the point of this... LOTF isn't the answer. We are only trying to help and encourage everyone to be better coders.
تساعد نفسك أن تكون أفضل المبرمج ويستمع الى ما يحاول المجتمع. يوم واحد فسوف نفهم لماذا يحاول البعض لتشجيع الناس على استخدام LOTF على الانتقال إلى عالم أكثر استقرارا والمصدر الوحيد استعمال الغرفة العلوية باعتبارها أساسا للتعلم وكيف يمكنك تحسين (كثيرا) على LOTF الترميز.
هناك الكثير من الأمثلة في الترميز العظمى InfamousNoone مصدر يمكنك التعلم من الواقع واكتساب فهم أفضل للكيفية التي تعمل خادم سليم. لماذا بعد كل ما رأيك InfamousNoone مصدر علنا صدر له؟
لتثقيف وتبين لكم كيف يمكن التغلب على حسن الخادم الخاص يمكن...
الناس الذين مدونة في الغرفة العلوية تعتبر الفشل وتمضي حياتها (حرفيا) ث
That code was not written for LOTF, unfortunately. And i think for that one error you posted, you would need to change the reference from a external database to just database. I may be wrong tho. I got this to compile in my LOTF, but it still doesnt work correctly. Since it is written on powersource we may have to make more changes to get it to work. BUT, the code for blue names, when added, did give my Guards in town the ability to attack flashers, which is cool. So yeah, i can summon a guard, but he wont attack, or anything, and he gets his *** handed to him when i walk in town, cuz the guards there see him as a mob apparently, and smoke him.
@ Vortex btw sry about the color code yesterday, when you said console i thought you meant the "control boxes" people had been making for the console, TOTALLY my bad. Hope it didn't send you on a wild goose chase!
wtf...is it rly so hard to read some errors? u cerainly get "ExternalDatabase does not exist in current context" or something like that...just change every ExternalDatabase and InternalDatabase with DataBase.
[Release] Reflect Code (5165 LOTF) 04/18/2012 - CO2 PServer Guides & Releases - 46 Replies Maybe isn't very right but it works....
at Character.cs more ore less at line 1711 add this:
public bool CanReflect = false;
Now you have to make a check for the CanReflect become true....
go to LoadCharacter void at database.cs and add this after the load for skills:
[REQUEST] Facts about Reflect 09/23/2009 - Conquer Online 2 - 3 Replies hey guys i need to know the percentage of reflect-activation and if it´ll activate more often when using a warr-warr-xxx i know i could find that out by decrypting the magictype.dat and finding the reflect skill.
i´d do it myself but i dun have nothing to decrypt it with, and i´ve never done that kinda thing be4.
So im asking if anyone could do that for me and help me out.
Thanks a lot in advance.
[Problem] With Guards attcking Rb guards 07/03/2009 - CO2 Private Server - 5 Replies Ok i seem to be having a problem with Guards Attcking Rb guards so i had to take out where guards attck mobs is there anyway i can fix this?
[Request] Reflect Code 02/22/2009 - CO2 Private Server - 2 Replies may anyone give me the reflect code? i would be grateful
[Need Help] Made stigma guards need help with revive guards 09/17/2008 - CO2 Private Server - 2 Replies hey i made stigma guards (guards that are stigging you) but i need help with revive guards, the guards are using Pray skill (to revive) but how to make it so they use the skill when you are death? because they do nothing when you are death (they can only attack alive things;s)
THIS IS NOT FOR A PRIVATE SERVER I PUBLIC MY SOURCE WHEN IM DONE ;)