• 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. oshrigames

    TFS 0.X Change melee and dist formula without access to sources

    i was hoping that slight damage increase from original script will fix it, can't really help you more then that since i myself still has long way to go. better wait for more experienced guy. best of luck my friend.
  2. oshrigames

    Elements RPG - ShowOff

    Elements ? 🤔 well, looks great! best of luck!
  3. oshrigames

    TFS 0.X Change melee and dist formula without access to sources

    i had 0.3.6 back in the day, i also had hard time balance the vocations this is the last update to vocations.xml i had <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6"...
  4. oshrigames

    TFS 0.X Change melee and dist formula without access to sources

    in my vocation.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" clientid="0" name="None" description="none" gaincap="10" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="2000"...
  5. oshrigames

    All the maps library, from 7.6 to 8.6!

    well, after many, many months! i'm almost done with the map that i was looking for years. my progress. https://otland.net/threads/100-handmade-map-inspired-by-old-relenica-map-still-in-progress.261367/ (made a lot of changes but kept the core as i remembered it) ☺
  6. oshrigames

    100% handmade map inspired by old Relenica map **Still in Progress**

    Blood Tomb entrance 1. one of many drops 2. Boots of Haste Quest chest. 3. more to come..
  7. oshrigames

    Action [TFS 1.2+] Simple Smithing Skill w/ Options

    ive found out that even if i use the brand new script where i can have multiple crafting stations i get this . first script don't give me that error. (also without modification). the only modification i want to add are: have 5 tiers, change position from west face stations to north face...
  8. oshrigames

    [TFS 1.2][Client 9.7+] Lucky Coins - Decreasing pay to win ratio on your server

    big Thanks to @Xikini who easliy manage to find a fix. here is how you add action id to items in the lucky coin table: 2091= a golden key, 26194 = the action id i needed. (put any item and any action id you need)
  9. oshrigames

    item aid in lua?

    Works great!, i'll make sure to note the changes in original post so other people who might wanna use it can add it more easily big thanks
  10. oshrigames

    item aid in lua?

    ive change, and tested both,Key still: " 18:57 You see a golden key (Key:0). It weighs 1.00 oz. Item ID: 2091 " but this time i don't get current script:
  11. oshrigames

    item aid in lua?

    that was the main issue i can't put , in the "lucky items" table [Warning - Event::checkScript] Can not load script: scripts/luckycoinstalk.lua data/talkactions/scripts/luckycoinstalk.lua:20: ']' expected near ','
  12. oshrigames

    item aid in lua?

    you, right.. i'm stupid :p but i now encounter different issue. when i say, "!luckycoins buy" i get the key, i need to choose it from the list and 6 luckycoins need to be removed and when i purchase it from the "onModalWindow" (store list) will has 0 aid.
  13. oshrigames

    item aid in lua?

    thanks for reply.. i get this error data/talkactions/scripts/luckycoinstalk.lua data/talkactions/scripts/luckycoinstalk.lua:7: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index' data/talkactions/scripts/luckycoinstalk.lua:7: in main chunk...
  14. oshrigames

    item aid in lua?

    Original post: once again Hello :3 anyone know how to add key with action ID as reward? i use TFS 1.2 (protocol 10.98) lucky_items = { [6132] = {price = 12}, -- SOFT BOOTS [2091, 26194] = {price = 6} -- gold key with action ID: 26194 } ^ didnt work btw!
  15. oshrigames

    how do i create an item with attrbutes like action id?

    i know about both of them, the reason i ask is that i want to add action ID to a key and put it as reward in a system and put the same key in webshop. but sadly i can't since slawkens of "MyAAC" didn't include it as of yet. and i was thinking to create the item with built in aid attrbutes to by...
  16. oshrigames

    how do i create an item with attrbutes like action id?

    bump, i understand, <attribute key="hitpointsleechamount" value="111" /> <attribute key="hitpointsleechchance" value="111" /> <attribute key="manaleechamount" value="111" /> <attribute key="manaleechchance" value="111" /> not implemented in tfs 1.2?
  17. oshrigames

    how do i create an item with attrbutes like action id?

    Hello again :D this time id like to request help or explanation of how do i create item with built in attribute such as action id for a key or exp boost for a ring. add lifedrain chance / leech, to a weapon & cricital strike chance / damage. i use TFS 1.2 (protocol 10.98). i have ItemEditor...
  18. oshrigames

    [MyAAC][Plugin] Gesior Shop System

    ok thanks, in the mean time i will get an normal item and have in-game lever to exchange them until there's a better solution. thanks again! :3
  19. oshrigames

    [MyAAC][Plugin] Gesior Shop System

    how do i add a key with action id in it to the shop? Golden key (2091) action id of the key (26194).
Back
Top