well i was Checking How Guard Auto Attack ..and i Found smthing which i couldnt Identify
Heres it
Code:
if (monster.MonsterInfo.InSight == 0)
{
// bla bla bla
}
if (monster.MonsterInfo.InSight > 400000 && monster.MonsterInfo.InSight < 600000 || monster.MonsterInfo.InSight > 800000 && monster.MonsterInfo.InSight != monster.UID)
{
// bla bla bla
}
Whats The Hell Does Insight mean (btw im not looking for Translation ) i mean what does it Do Exactly In Source Hope not get Ignored
By the looks of it, InSight = the UID (Identity) or the entity that is currently in the monster's look_range. That's... an interesting way of doing it.
well All i could understand that when i assign the target ID to Insight The monster Start Attacking It So Yea its Almost target Range by using ID ... Thx All
well All i could understand that when i assign the target ID to Insight The monster Start Attacking It So Yea its Almost target Range by using ID ... Thx All
Impulse hes source 02/29/2012 - CO2 Private Server - 3 Replies Hello,
I'm trying to make the impulse source to work, but somehow i can't get it to work =/ when i open the project, then go to Dialog.cs i'm getting this error:
I didn't editted anything except for the config ofcourse
The type or namespace name 'Conquer_Online_Server' could not be found (are you missing a using directive or an assembly reference?) C:\Users\patrick\Desktop\Conquer Online Source (impulse)\Conquer_Online_Server\bin\Debug\NpcDialo gs\Dialogs.cs
i need help in source Conquer Online Source (impulse) 03/01/2011 - CO2 Private Server - 4 Replies Originally Posted by FuriousFang
Don't double post...
We told you, you're not setting up the config and entities right. Look, copy mine:
Configuration Table:
EntityID: 1000001
ItemUID: 1000001
Server: TestServer (Make sure it matches what you have in the source)
Accounts Table:
[HELP] Impulse Source 07/29/2010 - CO2 Private Server - 0 Replies Hey guys I have been at this for the last two days, Someone told me to take the way the Portals are loaded and use that to Spawn Mobs.
First please don't flame I am trying and probably got it very very wrong.
Ok my problem is I have made the Sql Files and added all the mobs to it. I do not know how to make the source read the Sql files and make them appear on the client screen.
Like I said I have been at this for days and can't figure it out. Many guides have been read and alot of googling...