• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Someone help me with my exp.lua?

Sakura77

New Member
Joined
May 28, 2015
Messages
18
Reaction score
2
In PVP

I can not attack the player with attacks that target requires. 11:16 You don't have any targets.
I do not retreat damage of pokemon if not in party.

I want to attack the player and does damage.
And does damage pokemon without being party.

Help-me please.

http://www.mediafire.com/download/5bi1or14d2nn8cr/exp.lua
 
Last edited by a moderator:
Can you please tab it aswell and there is nothing in there that says "you don't have any targets"
I do not know much about English and google translator use, so be sorry if you do not understand what it says.

I can do target the player, but if you try to use my attacks requiring target, says "you don't have any targets"
AoE atks does damage!

Prints
http://prntscr.com/7bwmf3 this dont requiring target

http://prntscr.com/7bwmr7 this yes
 
Might be related to your source code since it's a pokemon server, I have no ide.
What I can tell you is that the code that you send does not send that cancel message.
 
Might be related to your source code since it's a pokemon server, I have no ide.
What I can tell you is that the code that you send does not send that cancel message.

I have source, and in my opinion is associated in exp.lua
I'm not scripter, otherwise I could create a condition to attack player.
u have no knowledge poketibia, I understand.
Thank you for trying to help me.
I wish someone could help me now

You know how to active securemode?
 
I have source, and in my opinion is associated in exp.lua
I'm not scripter, otherwise I could create a condition to attack player.
u have no knowledge poketibia, I understand.
Thank you for trying to help me.
I wish someone could help me now

You know how to active securemode?

What do you mean by secure mode? You just hit the "fist button" - insert joke here xD
You can use notepad++ to serach and try to find that message aswell.
 
What do you mean by secure mode? You just hit the "fist button" - insert joke here xD
You can use notepad++ to serach and try to find that message aswell.
Alright, I had read a topic

https://otland.net/threads/securemode-pvp-system.128600/

- If you have securemode off , you CANNOT attack/target enemy players with melee damage and area/wave spells. If your area spells or wave is near player or falls on him, you DONT receive White Skull & enemy dont receive damage (Spells ignore enemy player).

- If you have securemode on , you CAN attack/target enemy players. Your area/wave spells are dealing damage to players and you receive White Skull.

I had thought that was it.

I will look for something related.
 
Alright, I had read a topic

https://otland.net/threads/securemode-pvp-system.128600/

- If you have securemode off , you CANNOT attack/target enemy players with melee damage and area/wave spells. If your area spells or wave is near player or falls on him, you DONT receive White Skull & enemy dont receive damage (Spells ignore enemy player).

- If you have securemode on , you CAN attack/target enemy players. Your area/wave spells are dealing damage to players and you receive White Skull.

I had thought that was it.

I will look for something related.

Ye it's one of the smaller parts of the new war system.
I did this not long ago and you don't have to edit the source code that much - if you wanna use lua code.
Otherwise you have to change abit more in the source code etc etc.
 
Not really, it uses 3 storages and one of them are looped in an array.
That is not what you linked.
 
Back
Top