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

Recent content by Guitar Freak

  1. Guitar Freak

    Lua "doPlayerAddItem(cid,item)" drops items on the ground, always.

    Thanks all, but nothing worked, I realized the problem is the fact that no item can be "created" on any of your slots. For example, if you have a backpack on, and use the normal function, it drops the item on the backpack even if you are "naked", it always drops the item on the backpack (or on...
  2. Guitar Freak

    Lua "doPlayerAddItem(cid,item)" drops items on the ground, always.

    Thanks but Im getting the same outcome as before using the one you posted, items are dropping on the ground! As I said, it seems like its a problem of the distribution I downloaded, so I think the solution is to modify sources and recompile which is the help Im looking for! Or recommend...
  3. Guitar Freak

    Lua "doPlayerAddItem(cid,item)" drops items on the ground, always.

    Hello everyone, it has been a very long time since I left the OT world but now Im coming back to it slowly due to an idea I had for a server that I want to work on, but I feel very newbie again since I forgot a lot of stuff. I wanted it to be client 8.60 and TFS so I downloaded this distro...
  4. Guitar Freak

    Map Error

    Im having this error too and my map is only 2000x2000. It gives some senseless coordinates like: ( 65535 / 00000 / 009 ) ( 65513 / 65535 / 009 ) etc. and at least a hundred of those ERROR lines. It could have something to do from converting the map or something. Im using a map I used to have...
  5. Guitar Freak

    Lua [Spell/Buff] How to use AddEvent properly so it functions as a "timer" for spells?

    A request for code is: "OMFG PLZ SOMUN11 MAKEME SCRIPZ FOR WHEN PLAYER GO TOILET HE POOPS AND HE GAINZ PREMMUM!!!" Maybe I shouldve made my first post clearer, but in conclusion, this is not that. This is a request for help. Im not asking for a CODE, Im not asking for a SCRIPT, Im asking for...
  6. Guitar Freak

    Lua [Spell/Buff] How to use AddEvent properly so it functions as a "timer" for spells?

    It is of this sort: function onUse(cid, item, frompos, item2, topos) doPlayerSetStorageValue(item2.uid, whatever_storage, (getPlayerStorageValue(item2.uid, whatever_storage) + whatever_value) return true end So this whatever_storage is actually "something" that has a value lets say...
  7. Guitar Freak

    Lua [Spell/Buff] How to use AddEvent properly so it functions as a "timer" for spells?

    This is not a "request" Tosuxo, it is a call for help. Im trying to get someone to explain me how to use AddEvent properly to do what I posted on that list, not someone who will give me the script ready. Thanks for trying but please read the full post next time before posting. Peace.
  8. Guitar Freak

    Lua [Spell/Buff] How to use AddEvent properly so it functions as a "timer" for spells?

    So Im back with another question that I cant seem to solve by myself :( I never really learned how to use AddEvent properly so I have no idea how to get this going the way I want. Basically I want it so my "spell" is a timed buff. You would think "Why dont you do it with the normal...
  9. Guitar Freak

    Lua [Spell] Spell Damage affected by TARGET's variable stats? +Repping

    I was hoping for you to see the thread :) Thanks a lot Cyko it worked and tweaking it a bit also made me learn a lot of other useful stuff so thanks again! <3
  10. Guitar Freak

    Lua [Spell] Spell Damage affected by TARGET's variable stats? +Repping

    Hello all. It's been a while since I last posted here (or did anything OT related) but it seems like some nice improvements have been made :) Anyway, I started doing some lua stuff to get back on my feet on an old OT I was making before going inactive and now I have a doubt that I just cant...
  11. Guitar Freak

    max / min skills.

    Are you looking for a script that makes you skills min 70 max 100 ON LOGIN, or if you're playing and go below 70 or above 100 it returns them to 70/100 INSTANTLY? Cause if it is the second one then it shouldnt be with onLogin :P
  12. Guitar Freak

    [Question] Player X kills Player Y; Player Z is notified about it. How to? (+Repping)

    Hey there thanks for the reply. Answering to your question, yes it is by map, it is some sort of MOBA-type of server. So thats why I stated on my post I dont want it broadcasted for all server because there are several maps of different teams each doing their own thing and each should get the...
  13. Guitar Freak

    [Question] Player X kills Player Y; Player Z is notified about it. How to? (+Repping)

    Im under a lot of stress lately which is keeping me from thinking correctly so Im having quite a hard time figuring this one out, hopefully you will know better. Basically it is what title says: "Player X" kills "Player Y" and another player i.e "Player Z" who may or may not even be near the...
Back
Top