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

Search results

  1. Otfan125

    ModalWindow help

    Not sure what exactly do you mean, But if i had to take a guess... I could make the NPC attackable, and within the npc.lua (script) it sets a flag, making you UNABLE to kill the npc and makes you stop attacking the NPC, while setting off the functions that make the ModWindow pop up....
  2. Otfan125

    ModalWindow help

    Hmm where did you find that information; did he post it? I guess I should try the ctrl+right-click method :p
  3. Otfan125

    ModalWindow help

    i hope he could :P i already searched all his"posts" didn't find anything :(
  4. Otfan125

    ModalWindow help

    I see what you mean! I tested it by putting an apple underneath the npc, CTRL+right clicking on him and selecting "use", and my character ate the apple! So I see what the solution can be! However!!!, I want to be able to "use" the floor underneath the npc without having to do CTRL+RIGHTCLICK...
  5. Otfan125

    Lua onUse NPC

    Hello guys, As you may have noticed I do have a few posts on the Support thread, however I hope I'm not breaking any rules as I believe my questions may help those who are interested (and of course, me) So what I'm trying to do, or been trying to do is, to somehow go around the idea that a...
  6. Otfan125

    ModalWindow help

    Hey that sounds like it would work! However, since the NPC is in the way, wouldn't it right-click on the NPC instead of directly to the floor? I'm going to try it and see what happens :-)
  7. Otfan125

    ModalWindow help

    Sorry, but what exactly do you mean by SourceEdit? I'd like to be able to configure some NPC's to be "usable", as in, the player can right click them and they do something... edit: I mean i'm sure you understood what i want, but it shouldn't seem so hard hmmmm
  8. Otfan125

    Action Npc - chat window

    SCRATCH THAT! I looked at the list of TFS 1.0 creaturescript types and noticed ATTACK was not one of them, so i changed it to preparekill, which i assume is similar to ATTACK it doesn't give me that error anymore, how ever when i put this line on login.lua, I cannot loging because of some...
  9. Otfan125

    Action Npc - chat window

    whenever I try to put that on login.lua, i get an error: >> Loading script systems [Error - CreatureEvent::configureEvent] Invalid type for creature event: NpcAtta ck [Warning - BaseEvents::loadFromXml] Failed to configure event
  10. Otfan125

    ModalWindow help

    I'll have a look at that once I get this other problem solved :P I'm trying to make some type of script that when you right click a NPC, you will go into Dialogue with him/her
  11. Otfan125

    ModalWindow help

    Hey dude! Thanks for the offer, I have a lot of experience with c++ and C, but ever since I became more and more aware of how this works, I've become addicted to writing lua scripts and watching them work on tibia! I'll have a look at your scripts, hopefully I'll learn a thing or two! :)
  12. Otfan125

    ModalWindow help

    Here's basically what I'm trying to do, If the player selects one of the options and clicks corfirm, a new dialoque block should appear, and new options should be given! pretty cool idea huh? I'm sure i'm not the first to come up with this, but I'd love to see it work ! I'd also like to see...
  13. Otfan125

    ModalWindow help

    Hey ! this worked, thanks! I'm a little confused on how "player" works, it's not defined as "local" or anything, so i'm guessing its syntax within .lua? Also, what is "cid"? I see it used a lot.... Also, if I wanted the npc to send another modwindow after the player clicks "Confirm", i would...
  14. Otfan125

    ModalWindow help

    Hello guys, So I've been trying to make a NPC send a ModalWindow to the player once the player says a keyword, but I seem to be getting some problems. I'm relatively new to lua, but I can understand languages quickly if they are explained to me. Here is the .lua local keywordHandler =...
  15. Otfan125

    phpMyAdmin fails/doesn't create new account

    -- MySQL mysqlHost = "127.0.0.1" mysqlUser = "root" mysqlPass = "" mysqlDatabase = "milk" mysqlPort = 3306 mysqlSock = "" that's what i have for MySQL in my config.lua... For my localhost I'm not using a password for my root account at localhost... and now that I tried to "change password" in...
  16. Otfan125

    phpMyAdmin fails/doesn't create new account

    Thank you so much for your fast reply I'm trying to get a server running, but I'm pretty new to the whole "server hosting" stuff, but not so "new" I would say to SQL, but I guess it would seem so with my mistakes. Anyways, I'm basically trying to create a new account for my server. If I enter...
  17. Otfan125

    phpMyAdmin fails/doesn't create new account

    Hello there my friends, It has been a while since I've come along I had a question regarding phpMyAdmin; when I create a new "account row" with new information on it, it doesn't seem to "save" in any way because when I try using those credentials to enter the tibia world, It states that my...
  18. Otfan125

    Compiling Difficult time compiling

    I've tried compiling using Ubuntu while following the directions as specified by the tutorial website, but I get a SQL error. I'll go ahead and get VS2015 and see how that works, thanks!
  19. Otfan125

    Compiling Difficult time compiling

    Hello there my friends, It has been a while since I have crossed path with this site. I come back with eagerness to learn more about computer science I have trouble compiling tfs 1.2 10.90 + cast using visual studios 2013. I have downloaded the boost libraries, and hopefully successfully...
  20. Otfan125

    TalkAction Advanced sex system

    ty, now im a father of 50 childs -.- :thumbup::thumbup:
Back
Top