• 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!

Real Map Project v0.8

Status
Not open for further replies.
In fact, I get debug when trying to access character list with the newest version of 0.2(.1)
 
<merge posts pl0x>

Haven't tested it yet, but I've compiled the GUI version with changes needed to support CiP's field IDs for monster attacks, too.
Download Link: http://uploadhyper.com/s6a5bf8e3b9

Changes:

const.h,
Lines 373 - 382
Code:
enum item_t
{
	ITEM_FIREFIELD_PVP	= [B]1487[/B],
	ITEM_FIREFIELD_NOPVP	= 1500,

	ITEM_POISONFIELD_PVP	= [B]1490[/B],
	ITEM_POISONFIELD_NOPVP	= 1503,

	ITEM_ENERGYFIELD_PVP	= [B]1491[/B],
	ITEM_ENERGYFIELD_NOPVP	= 1504,

monster.cpp
Lines 630 - 635
Code:
		else if(tmpName == "firefield")
			combat->setParam(COMBATPARAM_CREATEITEM, [B]1487[/B]);
		else if(tmpName == "poisonfield")
			combat->setParam(COMBATPARAM_CREATEITEM, [B]1492[/B]);
		else if(tmpName == "energyfield")
			combat->setParam(COMBATPARAM_CREATEITEM, [B]1491[/B]);
 
Would be nice if someone could help me fix the problem with gm commands cause i can't use any gm commands :S,and it won't help to change my chars group id to 6 cause it's just up to 3 in the database that comes with this ots :/,any ide how to fix?Cause it looks like talkaction is 100% fine :eek:
 
Can some1 tell where's config for mana regeneration. Want to regenerate faster
 
@up

Double check the player position to be 0 0 0 also the town id to be 5.

Im having issues with the Gods and GM, even when they should have the access, set everything to access 3, still getting unable to execute this command.
 
Yes, I tried that, my char is already type 3 (god).

Whats the difference between "group" and "acctype"?

<command cmd="/b" group="1" acctype="3"/>
 
`acctype`: column `type` in table `accounts`

`group_id`: one is in table `accounts`, while the other one is in table `players`.
 
Damn ya limannen, the [fire, energy, poison] fields thrown by monsters will not decay. We have to edit that in source and release a hotfix. ;>

Kind Regards,
Cykotitan

I thought we did that yesterday?
Changed all the forumula's attacks with the new field id's and the items.xml ?

/Limannen
 
Would be nice if someone could help me fix the problem with gm commands cause i can't use any gm commands :S,and it won't help to change my chars group id to 6 cause it's just up to 3 in the database that comes with this ots :/,any ide how to fix?Cause it looks like talkaction is 100% fine :eek:

data/XML/Vocations.xml

Don't change
gainmana="x"
that's how much MORE mana the player gets when advanced a level.

Look for a
gainmanaamount"x"

The same thing goes for hp.

/Limannen
 
Warning: [MoveEvents::addEvent] Duplicate move event found: 32193
[Spawn::addMonster] Can not find Captain Cookie <- he is important?
Very nice work guys;)
 
Could you tell me how work VIP system?For what it is?I hear something about vip door...It's helpful?Please tell me all about this.Can use vip into boat system?What about normal pacc?.INQ q don't work.Please for info!
 
Show us the minimap insted of some parts of the map :D
Great btw
 
rookgard upgrade to version 8.xx like Kazz etc. with tutorial island
 
Status
Not open for further replies.
Back
Top