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

I need a serious Help!

killing

Member
Joined
Feb 23, 2012
Messages
815
Reaction score
11
Location
BIH
Hello
I did not have a free time to search for my Problem so i post it to ~Requests~
My problem is I can't Drop items,Or Take then...And Can't Trade!!!If Anyone know how to fix this Problem feel free to help me!!! :w00t:



And I Well Rep++ Back
 
Can u just create a Uh/mr Script.
Maybe this well giv u idea.

"addplayermana (260)" Something like that?Can u do that??

- - - Updated - - -

Sry..
But I can't be online,time for sleep. =)
 

Rep++ for u!!

- - - Updated - - -

LUA:
local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, 
COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) 

function onCastSpell(cid, var) 
        doCreatureAddMana(cid, math.random(2000, 3500)) 
        return doCombat(cid, combat, var) 
end
[/QUOTE]


I chose thins one.

- - - Updated - - -

How to add a Text?
 
Look at the last link for texts you can add, this all depens on what kind of server you use and what kind of text you want to add.
 
aha okay.;)

- - - Updated - - -

Do u mean this??

LUA:
doSendAnimatedText(getPlayerPosition(cid),""..mana_add.."", TEXTCOLOR_LIGHTBLUE)[/QUOTE]

- - - Updated - - -

https://i.imgur.com/EjU50sw.png

- - - Updated - - -

When i add this
doSendAnimatedText(getPlayerPosition(cid),""..mana_add.."", TEXTCOLOR_LIGHTBLUE)[/QUOTE]



- - - Updated - - -

I have this problem too can u help?
https://i.imgur.com/EjU50sw.png
If im asking for too much you just say i don't get angry..
 
Your server crashes when you add an animated text line to the script? Althought it should give an error about the mana_add, since the script you used doesn't have that.

LUA:
doSendAnimatedText(getPlayerPosition(cid),""..mana_add.."", TEXTCOLOR_LIGHTBLUE)
This links to mana_add in the script, so if you want the number you have as healing to show as animated text then you can add a local with mana_add, like this:
LUA:
local mana_add = math.random(2000, 3500)

If you want it to be a normal text then it's good to understand that "..blabla.." links to something, thats why there are double "" there, because the text also has ", so if you want it to be a text then do it like this:
LUA:
doSendAnimatedText(getPlayerPosition(cid),"Text", TEXTCOLOR_LIGHTBLUE)

About the asking, you can always ask anything, but since other people will spend their time to help you, it's always good to try as much as possible yourself.
But if you really don't understand something or you have problems with something, don't think you will be a burden with asking for help. At the end that's what the requests and support boards are for and you probable will also learn from it.
 
Last edited:
okay

- - - Updated - - -

Im Still Getting this https://i.imgur.com/osbeSBt.png
I Think to im Getting that because of This https://i.imgur.com/lCrhPQw.png
-------------
useAntiPush = true
antiPushDelay = 3000
antiPushItems = "2148,2152,2160,3976"

- - - Updated - - -

Im Still Getting this https://i.imgur.com/osbeSBt.png
When i want to shutdown my Server..!!!
I think to that is become of this https://i.imgur.com/lCrhPQw.png
I have no idea how to fix it Can u help ???
 
yes sure Sec

- - - Updated - - -

http://pastebin.com/3JFWNsFp

- - - Updated - - -

so Answer??

- - - Updated - - -

Limos Can u help??
I think to this is a problem,

useAntiPush = true
antiPushDelay = 3000
antiPushItems = "2148,2152,2160,3976"

since i put that i start getting that problem When i want to shutdown my server.:blink:

- - - Updated - - -

Have you found the problem why i can not turn off the server properly?:ninja:

- - - Updated - - -

nvm i fix it.

- - - Updated - - -

Can u help me fix this
https://i.imgur.com/l0irDwg.png
http://pastebin.com/QR1DZ0dF

- - - Updated - - -

Can u help me fix this
https://i.imgur.com/l0irDwg.png
http://pastebin.com/QR1DZ0dF
 
Back
Top