Register for your free account! | Forgot your password?

You last visited: Today at 09:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release]Dynamic Maps(5165 Houses)

Discussion on [Release]Dynamic Maps(5165 Houses) within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/26/2010, 16:02   #16
 
elite*gold: 0
Join Date: Dec 2009
Posts: 87
Received Thanks: 2
yah i make this you are very good man
alaa410 is offline  
Old 01/26/2010, 17:46   #17
 
ImmuneOne's Avatar
 
elite*gold: 0
Join Date: Nov 2009
Posts: 754
Received Thanks: 544
You just forgot one thing, you're assigning multipile players to be the map owner, which will result in being able of seeing other people that are owner of the same map.

Ofcourse, you need to finish off furniture spawning and loading/saving.
If you think you can create something similar I can send you my house script out of my own base.
ImmuneOne is offline  
Old 01/27/2010, 05:25   #18
 
elite*gold: 0
Join Date: Dec 2007
Posts: 1,326
Received Thanks: 539
after i debug the maps this word at the bottom becomes yellow


return Cells[X, Y];
[GM] is offline  
Old 02/03/2010, 23:31   #19
 
elite*gold: 0
Join Date: Oct 2008
Posts: 29
Received Thanks: 4
Sorry, but this method is silly, the actual method used in the original game is to control the characters and objects that are drawn in the window, but only for houses.
albert0 is offline  
Old 02/07/2010, 19:59   #20
 
elite*gold: 0
Join Date: Nov 2006
Posts: 65
Received Thanks: 2
can someone giveme the link to the last previous guide because I have 2 errors, DMap and DmapCell could not be found.
killerbee is offline  
Old 02/10/2010, 11:55   #21
 
elite*gold: 0
Join Date: May 2008
Posts: 14
Received Thanks: 0
REMOVED , XdD X DD D D D
5555 is offline  
Old 02/15/2010, 02:16   #22
 
elite*gold: 0
Join Date: Jul 2009
Posts: 91
Received Thanks: 28
Quote:
Originally Posted by killerbee View Post
can someone giveme the link to the last previous guide because I have 2 errors, DMap and DmapCell could not be found.
You deleted them from the DMap.cs. You copied and pasted the new information too far. Use the backup in the backup folder.

Quote:
Originally Posted by ImmuneOne View Post
You just forgot one thing, you're assigning multipile players to be the map owner, which will result in being able of seeing other people that are owner of the same map.

Ofcourse, you need to finish off furniture spawning and loading/saving.
If you think you can create something similar I can send you my house script out of my own base.
You are completely right. When my players started using this, they were all dumped into the same house... not separate houses. It's a huge improvement but it has problems. I still need to know the fix. I'm trying my best to figure it out but it's complicated for me. Anyone have a clue to how this might be approached?
darkdestiny54 is offline  
Old 02/15/2010, 07:41   #23
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Very dumb question... but would it not be possible to just re-write the spawn/effects packet handler so that only those characters in your instance of a map will be spawned/displayed.. Then you could just add a int/uint variable controlling what one players are assigned... then you could use the same maps without working about interference from other players.

Probably a resource hog and a really bad idea but it just made me wonder if it's really NECESSARY to create an entirely separate dmap.. Especially if you are using it for something along the lines of an instanced dueling map.. You may not want a completely separate clone just for an extra fight or two.
pro4never is offline  
Old 02/15/2010, 09:10   #24
 
NukingFuts's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 480
Received Thanks: 111
xD nice work mate
NukingFuts is offline  
Old 02/16/2010, 01:59   #25
 
elite*gold: 0
Join Date: Jul 2009
Posts: 91
Received Thanks: 28
Quote:
Originally Posted by pro4never View Post
Very dumb question... but would it not be possible to just re-write the spawn/effects packet handler so that only those characters in your instance of a map will be spawned/displayed.. Then you could just add a int/uint variable controlling what one players are assigned... then you could use the same maps without working about interference from other players.

Probably a resource hog and a really bad idea but it just made me wonder if it's really NECESSARY to create an entirely separate dmap.. Especially if you are using it for something along the lines of an instanced dueling map.. You may not want a completely separate clone just for an extra fight or two.
That's brilliant! How would we go about doing that though? It's beyond me. =\
darkdestiny54 is offline  
Old 02/16/2010, 22:09   #26
 
elite*gold: 0
Join Date: Feb 2010
Posts: 480
Received Thanks: 207
This ain't working for me.
I did everything like it said.
When I type the command "/makehouse" and then the command to go home (/home), it says I don't have a house.
How can I fix this?
Decker_ is offline  
Old 02/16/2010, 22:32   #27
 
Arcо's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 8,765
Received Thanks: 5,291
Quote:
Originally Posted by _Decker View Post
This ain't working for me.
I did everything like it said.
When I type the command "/makehouse" and then the command to go home (/home), it says I don't have a house.
How can I fix this?
Did you buy a house?
Arcо is offline  
Thanks
2 Users
Old 02/17/2010, 03:07   #28
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
Quote:
Originally Posted by darkdestiny54 View Post
That's brilliant! How would we go about doing that though? It's beyond me. =\
You would need to re-write how alot of the loading of effects and other clients is done but it shouldn't be toooo hard. I know in coemu anyways when you jump, right in the handler it basically has a function saying "spawn me to everyone else in range on my map". You could change those functions to check if the clients are on the same instance of the map also. Especially considering that instances are already coded into the source (at least the base functionality in the database and teleport cmds for coemu)


Obviously it wouldn't be effective for full maps with monsters and drops (as you would run into problems with permissions dealing with what mob shows to who and it would turn into a big mess) but for still like houses and dueling maps it would work (I think :S)

I'm sure there are a bunch of reasons not to do it that way though.. if not someone already would have coded it as there are plenty of epvpers who definitely know what they are doing.
pro4never is offline  
Old 03/05/2010, 21:44   #29
 
elite*gold: 0
Join Date: Feb 2010
Posts: 492
Received Thanks: 222
I get error on line
[code]55,85,102,116,322[/CODED] in DMap.cs and the errors ALL say

Code:
The name 'H_DMaps2' does not exist in the current context
Paralyzer[GM] is offline  
Old 03/06/2010, 11:33   #30
 
elite*gold: 0
Join Date: Feb 2010
Posts: 492
Received Thanks: 222
Bump -- I need this!
Paralyzer[GM] is offline  
Reply


Similar Threads Similar Threads
[RELEASE] Conquer Online Launcher (Run your conquer server on a Dynamic IP!)
07/09/2013 - Conquer Online 2 - 6 Replies
http://i37.tinypic.com/2053uok.png Small application i created, Basically its for people who want to run a private server and they have a dynamic IP and because Conquer doesn't accept hostnames such as (No-ip.org) i have created this. It simply gets the hostname from config.ini and gets the ip address then writes the ip address to server.dat then runs conquer. How to use: Open config.ini, 1. Edit the darkviper.servegame.org to your hostname (etc blahblah.no-ip.org) 2. Edit...
[Koordinaten] Alle Maps ; Neue Maps ; Unbekannte Maps.
04/08/2013 - Metin2 PServer Guides & Strategies - 28 Replies
Hallu o.o Das Tool von Eddy˛ hat mich auf die Idee gebracht, alle Orte mal aufzulisten, mit den Koordinaten die man brauch um sich dahin zu teleportieren ;D Rotes Reich Map1 /warp 4742 9544 Rotes Reich Map2 /warp 3529 8825
How to add Dynamic Maps(5165 Houses) in conquer-sx's source?
07/06/2010 - CO2 Private Server - 0 Replies
like my title ... I'm see the Arco's shared method ... but it don't work on... when i go home .... the client display
[Help] 5165 adding music 2 certain maps
01/03/2010 - CO2 Private Server - 12 Replies
i was wondering if any1 knew how 2 add music 2 certain maps that are not allready programed 2 play music? :pimp:



All times are GMT +2. The time now is 09:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.