As you know me of my Basic Conquer Emulator project, this is a side-project which I thought of when going through the npc server. I decided it would be a fun experience to write a scripting language which is a modification of C#, therefore IG#. So far it only supports Console.WriteLine, but every unknown method or variable will be invoked to an event which you can eventually handle on your own. Also undefined variables must be registered before compiling the external code.
Doesnt look like your going to be able to modify npc scripts on the fly with this? Unless you recompile everytime an npc is accessed which makes me wonder what the performance would be like while using this.
Doesnt look like your going to be able to modify npc scripts on the fly with this? Unless you recompile everytime an npc is accessed which makes me wonder what the performance would be like while using this.
The speed actually is pretty fast, also the process when compiling is very light-weight. I didn't have problems when testing this with npcs, also checked with GC for the memory usage.
The speed actually is pretty fast, also the process when compiling is very light-weight. I didn't have problems when testing this with npcs, also checked with GC for the memory usage.
Not doubting it works, or even works well, just wondering how well it compares to other script based methods.
I might compare it to LUA or do you perhaps know another quick scripting language? So that I can compare it with mine.
LUA would probably give the best overall benchmark i think, personally i was thinking about something like xml based npcs, with sections containing functions which require a compiler, but i havent really decided yet, that way the scripts can be updated on the fly, and the performance hit from using a compiler would be minimal since the function is only compiled when its required.
LUA would probably give the best overall benchmark i think, personally i was thinking about something like xml based npcs, with sections containing functions which require a compiler, but i havent really decided yet, that way the scripts can be updated on the fly, and the performance hit from using a compiler would be minimal since the function is only compiled when its required.
Its kinda harsh using xml section for npc scripting, even though that is my personal opinion.
Server side ann client Side things. 08/29/2011 - Battle of the Immortals - 10 Replies Just for more we know guys.. this way none will lose his time.
Wtaht we know now is:
Speed: Cleint Side.
Map Coord: Client side.
Damage : Server Side.
Client side or server side? 01/24/2010 - CO2 Private Server - 1 Replies I have a problem .. in karlos source 5165 with my clinet getted from webpage ..
Wen a player is in PK arena and other enter to loto they seeams to be on same map .. they try to hit each other but they don't dmg .. i was looking on source and it seams all is ok because .. lady luck get u in the Loto map and ArenaGurdian take u to other map ..
I think the client is massed up .. were can i find other client for 5165 .. my client is downloaded from this forum on section clinet relase
Hackable: Client side vs Server side 05/01/2008 - Dekaron - 7 Replies I'v been reading a bit and I was already familiar with winhex and the likes, so I was able to start messing around in the Dekaron process rather easily. What I'm wondering is, what exactly can be modified, and what use it could be.
For example, we know that character experience is server side, so modifying it would have no real purpose, but for some reason, it'll let you equip weapons of higher level if you meet the other requirements, which could also be modified should they need be. So all...
Character name restrictions are client side, not server side 04/24/2008 - Conquer Online 2 - 1 Replies "Sorry non-alpha numberic....."
That error message you get when you type in special characters in your character name, is client sided. It does no server check. Im not a coder or anything, so I'm not sure how to fix that.
But since it is client sided, it would be a lot easier to repair this problem.
server side/client side 12/19/2005 - Conquer Online 2 - 6 Replies hey guys, could someone make a list for me that has all the server side items and then another that has the client side items? thx in advance 8)