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

  1. Oneda

    [Quick Showoff] Post your latest maps!

    Good advices, how would you approach the borders issue? Trying to get back into mapping and can't really remember how I used to border back in the day
  2. Oneda

    [Quick Showoff] Post your latest maps!

    Would love some feedback here. WIP obviously.
  3. Oneda

    TFS 1.X+ Not sure how to handle nils on slotItems IFs

    Welp, that cleans the code by alot, I will definetly try implementing loops on my own, thanks alot! Edit: @esigma94 The first two bits of code gave me nil errors, the third one runs perfectly fine, maybe because the first ones arent handling slots without anything equipped correctly (the reason...
  4. Oneda

    TFS 1.X+ Not sure how to handle nils on slotItems IFs

    That worked and also helped me realizing my if wasnt going to work as expected. Thanks! Also reworked the script if anyone ever needs help studying: local armorId = 2466 local legsId = 2470 local helmetId = 2471 --local bonusConfig = {} function setParts(player) local goldCount = 0 local...
  5. Oneda

    TFS 1.X+ Not sure how to handle nils on slotItems IFs

    Been trying for a while now, works fine till you have none of the items equipped, which then makes the getSlotItem return nil. Not really sure how to proceed in with the nils, been bashing my head into the wall with this for a while now. I know there might be a real dumb easy way to handle that...
  6. Oneda

    [Weapon] TFS 1.3 Chance to double hit (commented)

    Pretty sure it works as I was testing it out and debugging while scripting. Not really sure if that would make it have any breaches for exploits or any ways of abusing it tho. Edit for including a gif of it working with a 50% chance:
  7. Oneda

    [Weapon] TFS 1.3 Chance to double hit (commented)

    Hey bois, just made a script for double-hitting weapons with configurable chance, this is literally pretty simple and was made for study purposes only, so if yall find any mistakes or anything that could had been better implemented, please let me know! Commented most likely every single line of...
  8. Oneda

    TFS 1.X+ Best approach for loops with delays inbetween?

    Hey bois, just wondering whats the best approach to make a loop with delays inbetween. I.E: I want a magic effect to be sent every second untill 10 seconds have been reached. I kinda tried looking into addEvent and onThink but couldnt really find much useful info around them
  9. Oneda

    Solved 1.3 local variable returning nil, not sure why.

    So, I'm trying to parse a var in a getItemCount, but its returning nil, not really sure what I'm doing wrong here. if I replace player:getItemCount(aucItem) with player:getItemCount(2160) for example, the script runs well. Pretty confused why the var itself is returning nil. function...
  10. Oneda

    Custom name on talkaction based Private Message?

    Hey bois. Wondering how would I set the name of the PM sender through this code. Couldn't really figure out the "speaker" part, I want it to be a custom string not a player name or anything: player:sendPrivateMessage(speaker, text[, type])
  11. Oneda

    Oneda's Gallery [Private]

    Final result: Still gotta improve my textures, but for that one thats it
  12. Oneda

    Oneda's Gallery [Private]

    Right now trying to outline a werewolf. Lets see how this turns out, will update this post with the progress. Update on the outlining: Starting to shade it:
  13. Oneda

    Oneda's Gallery [Private]

    bahahah yeah it kinda looked like a wooden dog but for a first its alright. @Thread After messing a bit with the dog and a bit of tips from Weto, the result turned into this: (Also posted on the first post just so y'all can compare better) Still got loads to improve, but its already getting...
  14. Oneda

    Oneda's Gallery [Private]

    Hello everyone, call me Oneda. I am an aspiring spriter so feel free to give me your feedback as it might help alot. Had to open this gallery topic to post the sprites that aren't free. Will update this thread with all my training progress. First ever creature attempt (Dog) Small update on...
  15. Oneda

    Oneda's Gallery [Free to use]

    Sure! Feel free to request on this topic or just PM me on Discord if you prefer: Oneda#4284
Back
Top