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

Help with equipping items on some wrong slots

tretaa

New Member
Joined
Dec 26, 2012
Messages
13
Reaction score
0
Hello Guys..

I have a problem here and I really wanted to solve the problem without change my sources..
The problem is that I can equipe some items wherever I want. A shield can be equipped in the weapon slot, for example...Also a bow can be equipped at the ammo slot.
That's really bad...can anyone help me?

Here is my movements.xml with Snake God's Wristguard's id....

PHP:
	<movevent type="Equip" itemid="12647" slot="shield" level="100" event="function" value="onEquipItem">
		<vocation id="1"/>
		<vocation id="5" showInDescription="0"/>
		<vocation id="2"/>
		<vocation id="6" showInDescription="0"/>
	</movevent>
	<movevent type="DeEquip" itemid="12647" slot="shield" event="function" value="onDeEquipItem"/>

Is there a way to solve this?
Also does anyone know where can I found stables sources for 9.80 or 9.80+?

Thanks for reading the topic...

Regards.
 
Ok, its solved.. thank you VERY MUCH!!

But I really need another help now...and guess what? URGENT again...

I just want to open my server now...the problem is that NO ONE except me can join the server.. They can access the site, create their account, see their character list on the game but can't go ahead from this.
So I can just say that this is unusual.

I'm using Orable VM VirtualBox running ubuntu.
And my OS host is windows 7.

Here is what I have done:
1- I disabled my windows 7 firewall;
2- Allowed ports 80, 7171 and 7172 on linux firewall (using ufw allow [PORT]). Also tryed to disabled firewall aswell.
3- My IP at What Is My IP Address ? | Shows Your IP Address. returns 177.40.175.193, however my ip at Virtual Machine its 192.168.1.3 and its loopback to my host machine...

So I put this IP (192.168.1.3) at my config.lua...
And I tryed to connect from a different machine using different connections but trying to connect on 177.40.175.193.
Guess what? I can connect and see my character list, but can't join the game.
And yes, my modem has its ports oppened on 80, 8080, 7171 and 7172.

And when I tryed to set my config.lua to listen to my "real" IP 177.40.175.193, my server appears to be offline...

I just don't know what else I must do... please, help me guys!!
 
The ip from this site: What Is My IP Address � | Shows Your IP Address. should be in config.lua.
Other people should login using that ip, you (if you login from the computer that hosts the server) should login with your IPv4 address or 127.0.0.1

That's the problem...since I'm from a VM...here is my return when I try "ifconfig" (same as ipconfig from windows):

Code:
eth1      Link encap:Ethernet  Endereço de HW 08:00:27:47:14:41  
          inet end.: 192.168.1.3  Bcast:192.168.1.255  Masc:255.255.255.0
          endereço inet6: fe80::a00:27ff:fe47:1441/64 Escopo:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Métrica:1
          pacotes RX:14 erros:0 descartados:0 excesso:0 quadro:0
          Pacotes TX:34 erros:0 descartados:0 excesso:0 portadora:0
          colisões:0 txqueuelen:1000 
          RX bytes:2337 (2.3 KB) TX bytes:5027 (5.0 KB)

lo        Link encap:Loopback Local  
          inet end.: 127.0.0.1  Masc:255.0.0.0
          endereço inet6: ::1/128 Escopo:Máquina
          UP LOOPBACK RUNNING  MTU:16436  Métrica:1
          pacotes RX:8 erros:0 descartados:0 excesso:0 quadro:0
          Pacotes TX:8 erros:0 descartados:0 excesso:0 portadora:0
          colisões:0 txqueuelen:0 
          RX bytes:480 (480.0 B) TX bytes:480 (480.0 B)

if I put my IP from the site you have given, I cant connect even from my Ipv4 address or 127.0.0.1...

- - - Updated - - -

Anyone? Please??? :(
 
Back
Top