• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[SWEDEN] Realistic-War 7.6

ond

Veteran OT User
Joined
Mar 24, 2008
Messages
2,781
Solutions
25
Reaction score
490
Location
Sweden
Hello otland! I have recenently put my server in to business and I feel that it would be quite nice to advertise it.

Quick info:

#War/PvP server
#Oldschool PvP (No Hotkeys what so ever)
#Private accounts
#Very good balancing
#Hosted 24/7 on a lagg-free server
#Guild system at our website

killer2.jpg

killer1.jpg


And if you have a guild that is big enough, you can contact a gamemaster and ask him to give you a guildhall. There is 5 guildhalls at the moment.

To make the server a little bit more fun, I have added POI DLS, Annihilator and Demon helmet Quest. Just for fun if you don't feel like waring.

Well Feel free to join the server and kick someones ass with your oldschool pvp skills. You can ask questions in game to Realistic.

You can create an account at:
Home - Realistic War

Enjoy your stay!
 
Are you sure create account works? When I submit my new account the page wont load, just like the button didnt work or something.
 
bah server

1. poll don't work
2. acc creating don't work..?
+ its pretty sad because if the server gets online your rl friends will come and play there with a team of 5 people and the server only got max people online of 7~ so its pretty sad because those 2 guys can't do a shit on it if gm/and his friends plays there.
 
4. Don't even comment this thread unless you have anything that is worth saying.
 
5. Can't loggin "got the problem: temple position is wrong. contact the administrator about it" .....................................
 
try to keep this server longer open not all those crashes/kicks,,, and make map bigger ore something when i were online with 30 people it was overcrowded with people and its not fun then.
 
try to keep this server longer open not all those crashes/kicks,,, and make map bigger ore something when i were online with 30 people it was overcrowded with people and its not fun then.

Could you specify yourself some more? Bigger map? I actually don't think it's needed. It's just that people always war EXACT infront of the depot so it looks like there could be 500 players online.
 
... to bad u resetted, u lost 6-7 players :)

I gained like 14 players actually. Last record was 17, now after reset (which was accidental), I had 31 players online and I would not be suprised if it would increase. I'm working on the server everyday, expanding and so on. I have added full Pits of Inferno quest with all seals included, etc etc
 
Could you specify yourself some more? Bigger map? I actually don't think it's needed. It's just that people always war EXACT infront of the depot so it looks like there could be 500 players online.


Yeah the map is big enough. It has some bugs though.

1. When you enter sewer in south east thais you enter on a wall (the hole is placed 1sqm too much to the east) 2. You can levitate down on the mountain at the east gate, maybe just put some bushes there?

And also, some characters are bugged so they don't loose any exp (like Kiki suicided many times and didn't drop levels from it)

Suggestions:
1. Make mana rune exhaust don't effect other exhaust, so you can mana rune and cast a spell almost at the same time. This might be hard to fix though not sure how to do it or if its even possible.
2. Add frag/death counter maybe?
3. Fix site. The online number is like 5 min delayed and some things are missing, not that important though.

Ps. An idea to fix mana rune problem could be to use mana fluids instead, and just remove the part of the script where the mana fluid is transformed into a empty vial. I guess the part where if you miss a mana fluid on the ground it becomes a empty vial and mana fluid comes on the floor, else people would run out of the sooner or later.
 
Yeah the map is big enough. It has some bugs though.

1. When you enter sewer in south east thais you enter on a wall (the hole is placed 1sqm too much to the east) 2. You can levitate down on the mountain at the east gate, maybe just put some bushes there?

And also, some characters are bugged so they don't loose any exp (like Kiki suicided many times and didn't drop levels from it)

Suggestions:
1. Make mana rune exhaust don't effect other exhaust, so you can mana rune and cast a spell almost at the same time. This might be hard to fix though not sure how to do it or if its even possible.
2. Add frag/death counter maybe?
3. Fix site. The online number is like 5 min delayed and some things are missing, not that important though.

Ps. An idea to fix mana rune problem could be to use mana fluids instead, and just remove the part of the script where the mana fluid is transformed into a empty vial. I guess the part where if you miss a mana fluid on the ground it becomes a empty vial and mana fluid comes on the floor, else people would run out of the sooner or later.

Id be glad if you'd helped me. If you want I can post the "fluid" script here and you can take a look yourself (If me, myself ain't getting it straight.)
 
LUA:
	if item2.itemid == 1 then
		if item.type == 0 then
			doPlayerSendCancel(cid, "It is empty.")
		else
			if item2.uid == cid then
				doChangeTypeItem(item.uid, 0)
				if item.type == 7 then
					new_mana = math.random(80, 160)
					doPlayerAddMana(cid, new_mana)
					doSendMagicEffect(topos, 12)
					doPlayerSay(cid, "Aaaah...", 1)

Never mind, took me 3 seconds to solve it.
 
LUA:
	if item2.itemid == 1 then
		if item.type == 0 then
			doPlayerSendCancel(cid, "It is empty.")
		else
			if item2.uid == cid then
				doChangeTypeItem(item.uid, 0)
				if item.type == 7 then
					new_mana = math.random(80, 160)
					doPlayerAddMana(cid, new_mana)
					doSendMagicEffect(topos, 12)
					doPlayerSay(cid, "Aaaah...", 1)

Never mind, took me 3 seconds to solve it.

Guess you removed something like DoTransformItem? Does it work now? And do you know where to fix so you can't miss mana fluids? I think there is a general script for fluids too, somewhere in the server folder.
 
boring war server.:s i hope a new oldschool server (rl map) will come fast:s
 
Nice you fixed mana fluids. Tested it some and the only way you can get an empty vial is if you use a mana fluid on another player. Well that doesn't matter that much I have a bp of each rune even thought its unlimited runes :p
 
Nice you fixed mana fluids. Tested it some and the only way you can get an empty vial is if you use a mana fluid on another player. Well that doesn't matter that much I have a bp of each rune even thought its unlimited runes :p

Hm, well I will try to solve that "when using on others". There is probably way to a solution.
 
Back
Top