• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Exchange NPC Porto Lux / Chat /_loud of Bringer Lord

Experienced Elementalist
Joined
Sep 7, 2011
Messages
222
Reaction score
15
Hello guys.
I have 3 problems that unfortunately I can not solve.

first - Exchange NPC PortoLux
After the level has been changed to lv 200. anyone above 190 can not perform the change WEXP.
-----------------------------------------------
I already saw where it is in the client part
Code:
<exchange_npc	world="4"	id="1"	>
			<reward	type="1"	>
				<con	minlv="52"	maxlv="179"	value="100"	/>
				<con	minlv="180"	maxlv="190"	value="200"	/>
				<con	minlv="191"	maxlv="200"	value="300"	/>
			</reward>
			<reward	type="2"	>
				<con	minlv="52"	maxlv="200"	value="100"	/>
			</reward>
			<reward	type="3"	>
				<con	minlv="52"	maxlv="200"	value="100"	/>
			</reward>
		</exchange_npc>
need to edit on the server side as well? if so where is it?
----------------------------------------------------------------------------------------------------------------
2-
the bringer can not speak for all channels see, in normal channels, only works on Tierra Gloriosa.
Any ideas how to fix?
-------------------------------------------------------------------------------------------------------------------
3- Event Evolution +13

I recently made an event on my server that as soon as an item reached +13 when relogaring it would be replaced by a permanent

But it did not work as it should.
any can help me with this?
Code:
[ChangeWeapon]	ItemIndex	ItemDuration	TriggerKind	ChangeKind	ChangeDuration
34	218	13	1679578	1679578	0 //boots
35	219	13	1679579	1679579	0
36	203	13	1679563	1679563	0
37	204	13	1679564	1679564	0
38	233	13	1679593	1679593	0
39	234	13	1679594	1679594	0
40	188	13	1679548	1679548	0 //gloves
41	189	13	1679549	1679549	0
42	173	13	1679533	1679533	0
43	174	13	1679534	1679534	0
44	158	13	1679518	1679518	0
45	159	13	1679519	1679519	0
46	143	13	1679503	1679503	0 //suits
47	144	13	1679504	1679504	0
48	128	13	1679488	1679488	0
49	129	13	1679489	1679489	0
50	113	13	1679473	1679473	0
51	114	13	1679474	1679474	0

-------------
FIRST PROBLEM SOLVED
 
Last edited:
Back
Top