The Land Of Death (rescript) -
Michael@Belgium - 09.03.2015
The Land Of Death
Intro
First of all, yes. You saw the name of the gamemode before and yes, it is a rescript of it. And more specific: a rescript from scratch. But anyway, I never touched or made a zombie gamemode before, so I grabbed one from these forums and you're the lucky one:
VinPure. So hereby you get credits for your gamemode as without your gamemode i couldn't get started.
But for now lets talk about my rescript !
Features
The current features i have are this:
- SQL Register/login
- Inventory system
- Loot system
- Needs system (hunger, sleep, thirst)
- Crafting (chop trees, mine iron, and more stuff)
- Fishing
- Deers (for meat !!)
- Experience/level system
- and ofcourse ZOMBIES (npc's)
Requirements
Q: What do i need to run this gamemode ?
A:
Plugins:
- MySQL Plugin R39-2 (or newer - without a database you can't run this.)
- FCNPC (for the zombies)
- MapAndreas (mostly for dropping items)
- Sscanf
Includes:
- Progress2 (for the needs system)
- ZCMD (command processor)
Settings
pawn Код:
#define GNAME "TLOD 1.0"
#define MNAME "|-[LandDeath]-|"
#define HNAME "The Land Of Death"
#define MAX_ZOMBIES 100
#define MAX_PLAYERS 30
#define MAX_VEHICLES 50
#define MAX_INV_ITEMS 50
//try to do the total amount less than 1000 (1000 = max objects)
#define MAX_ITEMS 350
#define MAX_DEERS 50
#define MAX_TREES 450
#define MAX_BOXES 100
#define SQL_PASSWORD ""
#define SQL_USER "TLOD"
#define SQL_DB "TLOD"
#define SQL_SERVER "127.0.0.1"
Credits- VinPure, without him i couldn't get started
- ******, Sscanf
- BlueG/maddinat0r, MySQL plugin
- Kalcor, MapAndreas
- SouthClaw, progress2
- Me, re-scripting from scratch
Download
On my github
Extra- Ehm well, I don't think i'll edit this topic every time when i update this gamemode, so i recommend to check my github page every soon and then - or just follow me.
- If you have any problems with the plugins then you can download the package/plugins/includes what I use(d) here.
- @VinPure: if you have any problems with this, tell me

Media
Random stream:
[ame]http://www.youtube.com/watch?v=UIqyjnlBbYs[/ame]
Another random stream:
[ame]http://www.youtube.com/watch?v=owc5R2NpT9w[/ame]
Re: The Land Of Death (rescript) -
Gammix - 09.03.2015
I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.
Re: The Land Of Death (rescript) -
Sanady - 09.03.2015
Well I'am impressed, but there is easy way to define objects that you did here. You should define objects in array, then from array you will get info that you need. For me it's easy way to define them, but it's nice rescript
Re: The Land Of Death (rescript) -
Medscripter - 09.03.2015
i go test it Now
Re: The Land Of Death (rescript) -
DRCharlie - 09.03.2015
Only checked the .pwn, looks nice and similiar to the gamemode I am making, good job!
Re : The Land Of Death (rescript) -
ManuelNeuer - 09.03.2015
MySQL ? Nah.
Re: The Land Of Death (rescript) -
De4dpOol - 10.03.2015
Please add some pictures. Good work.
Re: The Land Of Death (rescript) -
Younes44 - 10.03.2015
Good Job dude D:
Re: The Land Of Death (rescript) -
Michael@Belgium - 10.03.2015
Quote:
Originally Posted by Gammix
I have been saying this for long time, "without screens, we cant judje your code's outlook and main scheme!".
And old users like you must not make such mistakes.
|
Quote:
Originally Posted by De4dpOol
Please add some pictures. Good work.
|
Is a stream of 1 hour and some pics enough ?
Quote:
Originally Posted by ManuelNeuer
MySQL ? Nah.
|
You won't find anything else better than that. But everyone his own taste about saving stuff.
Re : The Land Of Death (rescript) -
ManuelNeuer - 10.03.2015
can't you make another saving system?
Re: The Land Of Death (rescript) -
DRCharlie - 11.03.2015
I'm also changing my gamemode to MYSQL so I can only agree with Michael's choice. SQL will reduce the server lag if there are many players on at the same time. Or if you need to save lots and lots of things.
Re: The Land Of Death (rescript) -
Abagail - 11.03.2015
Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.
Re: The Land Of Death (rescript) -
StarPeens - 11.03.2015
Pretty simple, but the to use in the future to make updates or even another gamemode that style, it would be great. +REP
Re: The Land Of Death (rescript) -
amirab - 12.03.2015
don't know why but when i connect to server i will crash
Re: Re : The Land Of Death (rescript) -
Mijata - 12.03.2015
Quote:
Originally Posted by ManuelNeuer
can't you make another saving system?
|
make another
Re: Re : The Land Of Death (rescript) -
Michael@Belgium - 16.03.2015
Quote:
Originally Posted by Abagail
Why don't you use the streamer plug-in? 1000 can come very close if people want to add mappings; however I guess that's the choice the script has to make when scripting a gamemode. Anyways, other than that - it seems like a nice gamemode.
|
If i don't need it, i don't add it. So hereby i don't need more objects than 1000 currently. The gamemode is perfectly fine with that limit. If people wish to add custom mapping than yeah, the chance is high they'll need a streamer.
Quote:
Originally Posted by Mijata
make another
|
I have a lot of free time lately, I might make another version with y_ini - or just all in one script.
Re: The Land Of Death (rescript) -
Medscripter - 23.03.2015
it have A little Problem On Car Systeam Car Auto Sell When i Restart Server