What's new

B??dy w konsoli!

Status
Not open for further replies.

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Witam!


Po w??czeniu silnika w konsoli wyskakuje kilka b??d?w widocznych na obrazku:



Uploaded with


Prosi?bym o pomoc w ich rozwi?zaniu.

ZA pomoc reput!
 

Ichtio

Senior User
Joined
Dec 30, 2009
Messages
661
Reaction score
52
Odp: B??dy w konsoli!

1. Masz 2 itemy o 1 id w items.xml.
2. Silnik nie mo?e znale?? votace id 1 w vocations.xml.
Podaj te 2 pliki czyli data/items/items.xml i data/XML/vocations.xml to Ci pomog? to naprawi?.
 

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Odp: B??dy w konsoli!

1. Masz 2 itemy o 1 id w items.xml.
2. Silnik nie mo?e znale?? votace id 1 w vocations.xml.
Podaj te 2 pliki czyli data/items/items.xml i data/XML/vocations.xml to Ci pomog? to naprawi?.



<< tutaj masz vocations


A odnosnie items.xml to mam tylko 1 item o takim id ;/
 

Ichtio

Senior User
Joined
Dec 30, 2009
Messages
661
Reaction score
52
Odp: B??dy w konsoli!

Podaj jeszcze chat channels. Bo tam jest ten b??d ;)
Co do tego ?e s? 2 itemy o 1 id. Musz? by? 2 itemy bo inaczej by b??du nie by?o.
 

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Odp: B??dy w konsoli!

Podaj jeszcze chat channels. Bo tam jest ten b??d ;)
Co do tego ?e s? 2 itemy o 1 id. Musz? by? 2 itemy bo inaczej by b??du nie by?o.


<< masz channels
 

Ichtio

Senior User
Joined
Dec 30, 2009
Messages
661
Reaction score
52
Odp: B??dy w konsoli!

Masz tu dzia?aj?cy podmie? tylko.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<channels>
	<!-- README:
		0 - dynamic, reserved for guilds
		1 - always acts as Party channel, only "name" tag available
		3 - always acts as Rule Violations channel
		9 - acts as Help channel- clientsided message
		65535 - DO NOT CHANGE THE ID- only "name", "enabled", "active" and "logged" tags available
	 -->
	<channel id="1" name="Party"/>
	<channel id="2" name="Staff" access="3"/>
	<channel id="3" name="Rule Violations" logged="yes"/>
	<channel id="4" name="Counselor" access="1"/>
	<channel id="5" name="Game-Chat" level="2"/>
	<channel id="6" name="Trade" level="8" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes.">
		<vocation id="1-8"/>
	</channel>
	<channel id="7" name="Trade-Rookgaard" level="2" muted="120" conditionId="3" conditionMessage="You may only place one offer in two minutes.">
		<vocation id="0"/>
	</channel>
	<channel id="8" name="RL-Chat" level="2"/>
	<channel id="9" name="Help" logged="yes"/>
	<!-- <channel id="10" name="My Custom Channel"/> -->
	<channel id="65535" name="Private Chat Channel"/>
</channels>
Je?li dalej co? nie tak to pisz. B?d? dost?pny na forum.
 

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Odp: B??dy w konsoli!

Masz tu dzia?aj?cy podmie? tylko.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<channels>
	<!-- README:
		0 - dynamic, reserved for guilds
		1 - always acts as Party channel, only "name" tag available
		3 - always acts as Rule Violations channel
		9 - acts as Help channel- clientsided message
		65535 - DO NOT CHANGE THE ID- only "name", "enabled", "active" and "logged" tags available
	 -->
	<channel id="1" name="Party"/>
	<channel id="2" name="Staff" access="3"/>
	<channel id="3" name="Rule Violations" logged="yes"/>
	<channel id="4" name="Counselor" access="1"/>
	<channel id="5" name="Game-Chat" level="2"/>
	<channel id="6" name="Trade" level="8" muted="120" conditionId="2" conditionMessage="You may only place one offer in two minutes.">
		<vocation id="1-8"/>
	</channel>
	<channel id="7" name="Trade-Rookgaard" level="2" muted="120" conditionId="3" conditionMessage="You may only place one offer in two minutes.">
		<vocation id="0"/>
	</channel>
	<channel id="8" name="RL-Chat" level="2"/>
	<channel id="9" name="Help" logged="yes"/>
	<!-- <channel id="10" name="My Custom Channel"/> -->
	<channel id="65535" name="Private Chat Channel"/>
</channels>
Je?li dalej co? nie tak to pisz. B?d? dost?pny na forum.



[15:4:48.402] > Using plaintext encryption

[15:4:48.403] > WARNING: This method is completely unsafe!
[15:4:48.403] > Please set encryptionType = "sha1" (or any other available method) in config.lua
[15:5:18.594] >> Checking software version... running sub version, please mind it's unstable and only f or testing purposes!
[15:5:18.594] > Current version information - version: 0.4_DEV, patch: 0, build: 0, timestamp: 12758444 50.
[15:5:18.594] > Latest version information - version: 0.3.6, patch: 0, build: 3293, timestamp: 12606521 99.

TAki cos jeszcze mi wyskakuje ;/
 

andy1995

Senior User
Joined
Apr 12, 2009
Messages
602
Reaction score
100
Odp: B??dy w konsoli!

w config.lua znajdz
Code:
encryptionType = "plain"
i zmien na
Code:
encryptionType = "sha1"
 

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Odp: B??dy w konsoli!

Do Ichtio.

Dalej ten sam b??d z vocations ;/
 

Bwin

Active User
Joined
Apr 18, 2008
Messages
65
Reaction score
1
Odp: B??dy w konsoli!

Dzi?ki andy1995!!

Reput ju? polecia? ;)

Notka moderatorska:
Zamykam.
 
Last edited by a moderator:
Status
Not open for further replies.
Top