Hello i'm thinking to make a pvp server with Hellmouth source
i jsut want to know what are the things that i have to add to hellmouth source to make a perfect PvP server which means a little list with things that i have to code
ex: you have to code
-steeds
-skills blabla
waiting for answers and sorry for disturbance guys
HellMouth References 06/09/2011 - CO2 Private Server - 4 Replies Alright. I am using C# 2008, I fixed all the errors (thanks to Justin). I still got one problem: References.
So the thing is, when I delete a reference, then add it again, I still get the warning that it can't find the reference.
So here is a screenshot:
http://img833.imageshack.us/img833/8669/screenlb. png
Any help will be greatly appreciated.
Thank you
Hellmouth question 04/13/2011 - CO2 Private Server - 3 Replies I am currently fixing all the bugs/glitches in arena and the one im presently trying to fix is the character not showing up to the opponent until they jump. My question is the code that makes everything disapear exept you and your opponent
[Release] "New Arena" on HellMouth Server 03/17/2011 - CO2 PServer Guides & Releases - 4 Replies Hi guys! If you want your arena like this,
go to http://localhost/YOURphpmyadminFOLDER and click on your game database. Now, go to table NPC and add this code:
INSERT INTO `npcs` (`UID`, `ID`, `Mesh`, `Name`, `Map`, `X`, `Y`, `Direction`, `Flag`) VALUES
(99999, 99999, 420, '', 1005, 40, 40, 21, 21),
(99910, 99910, 420, '', 1005, 41, 40, 21, 21),
(99911, 99911, 420, '', 1005, 42, 40, 21, 21),
(99912, 99912, 420, '', 1005, 43, 40, 21, 21),
[How to add monsters in Hellmouth] 03/11/2011 - CO2 Private Server - 12 Replies Hey guys,
I dont know what Im doing wrong
I added a MySqlReader for the MobSpawns
but there are no spawns at all..
so I looked in Spawn.cs