yh yh
its just coz ive been changing all the codes on animeco to make it more stable and using codes from swordco and quickco so it keeps bugging while im updating it all, its a lot more stable now anyway i know that for sure.
One bug that your going to get from using those sources that me and pro have run into is the server randomly crashs You are still logged in and the console provides no errors , npcs are gone,you cant attack anything,you can talk but only you can see it
yh yh
its just coz ive been changing all the codes on animeco to make it more stable and using codes from swordco and quickco so it keeps bugging while im updating it all, its a lot more stable now anyway i know that for sure.
This isn't the reason lol!
You have to put break; / return; after your code, if you don't it will stop at the break/return part, and it won't run whats below that code.
lol u mean on animeco i fixed tht when i first got on this such an easy fix XD
i plan on releaseing the fixed version and a full guide once i finished cleaning up the source a little more
i can tell u its combind between the spawning of guards / patrol / monsters and database.cs also once u clean up all them codes it works fine. :P
Guild deletion code error coemu... 03/03/2010 - CO2 Private Server - 0 Replies this codes written perfectly but i keep getting an error message...
public static void DeleteGuild(int ID)
{
if (Nano.Guilds.ContainsKey(ID))
{
Struct.GuildInfo GuToDel = Nano.Guilds;
foreach (int ChId in GuToDel.GMems)
{
try
{
[REQUEST] Someone with knowlege of how to code into coemu 10/27/2009 - CO2 Private Server - 14 Replies Hey Guys, well i started CoEmu source, (the one andy released) iv implemented a hell of a lot of things, however i don't quite get some of the errors i encounter, i may pay somebody to teach me away around these codes, or how to just fix them, PM me please, it's very much appreciated.
[Tutorial][For who can't Code] Code Simple NPC (CoEmu) 10/15/2009 - CO2 Private Server - 13 Replies First i will release the npc and explain you alot of good things
The npc
Ok .. here is the npc jail in TwinCity (Enter the jail and go out the jail)
in Handlers / NpcTalk.cs Search for
default:
{
Text("NPC " + ID + "'s dialog is not coded.", CSocket);
[Help CoEmu V2] Lil help on a code 07/08/2009 - CO2 Private Server - 11 Replies Im still new to this but im creating an npc and i want to learn how to let it show text based on your level like:
Level 1 :
Hello lvl 1
Level 2:
Hello lvl 2
Level 3 :
Hello lvl 3
Npc code help - CoEmu v2 06/14/2009 - CO2 Private Server - 6 Replies This is just a nooby release for the Hairstyler npc and for hairdyes I just got working, I will add more on here as I finish them, be gentle this is my first release :).
//Edit: Changed the title since I got it finished/fixed it myself
Add in this block of code somewhere in NpcTalk.cs
Now to add Hairdyes, go to UseItem.cs and add this block of code.
That's all I have to offer at the moment sorry, I been kinda busy lately.