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

  1. pfdj7

    Cipsoft are able to take us to court?

    Once Medivia started charging users for premium accounts / other sales then they would need their own sprite packs and client, since they would technically be making money off of using Cipsoft's product. This is the main reason most servers use "donations" rather than "selling" donor...
  2. pfdj7

    Lua Weapons deal no damage?

    No no no! Your weapons.xml should already have everything written, you shouldn't have to write a thing. All I can say is try fixing some of those errors, hopefully that should do something. At one point, were you ever able to deal damage to creatures?
  3. pfdj7

    Lua Weapons deal no damage?

    "I spent about 20minutes attacking a dog with a club to no avail, dealing 0 damage." Hahaha that's hilarious! Anyways, on topic. Limos is just giving an example of how each line in your weapons.xml should look like (Besides the wands/rods). If you want to know, melee id is the id of the item...
  4. pfdj7

    [Error] Firstitems.lua

    Er, you don't need the ]>/config> part in the fifth line of that script. Try getting rid of it.
  5. pfdj7

    Script dont work, help pls! rep+

    You could also replace doSummonCreature("Wolf", position) with: doCreateMonster("Wolf", fromPosition) That will summon the wolf right next to the player.
  6. pfdj7

    [BUG]Debugging when using potion (aaahhh) eating food (chomp) and more lol... [BUG]

    Yeah I gotcha, you're saying it's pretty much everything in the orange text?
  7. pfdj7

    Lua When Door Closes On You, You Don't Move. Help Please Much Love REP+

    Post your door script. You can find it in data/actions/scripts/other (or something similar to that).
  8. pfdj7

    [BUG]Debugging when using potion (aaahhh) eating food (chomp) and more lol... [BUG]

    Post your code for the potion script. And have you tried using a potion on the 8.6 server? If so, does it work?
  9. pfdj7

    Mutated Pumpkin + Skinning

    Just noticed the chance for a toy spider to drop is 100.5% (chance="100500") and the chance for item 10520 is 1000% (chance="1000000") Edit: You don't need to add that much code to make it give you two items, all you need to do is put another doPlayerAddItem(cid, v[1], v[2] or 1) right under...
  10. pfdj7

    Gesior TFS 0.3.6pl1 Change name in shop.

    You could do something in the NPC script where it gets their access level, and if the player's access level is higher than x, then the NPC will reject them, if that's what you mean.
  11. pfdj7

    In a very serious server, do you prefer a rook or starting being lvl 8?

    Even if Rookgaard is meant to teach players the game, it must appeal to at least some people if they have characters that are on Rookgaard that are higher than level 8.
  12. pfdj7

    Checking storage in script

    Sorbal, how does a player obtain the value for their storage value at 11552? (As in, is it from a quest? An NPC? Etc.) And what value should they have?
  13. pfdj7

    In a very serious server, do you prefer a rook or starting being lvl 8?

    It would be great to see a server with a city similar to that of Rookgaard. Unfortunately, I feel like a lot of OTs are not serious which makes it difficult for me to put time and effort into a level 1 character on an OT that I can't take seriously.
  14. pfdj7

    Arrow-breeze Project, Mid. exp rate!

    From what I see, it seems good, but you definitely need more information about the server. Maybe put what will make your OT different from others besides the map. What kind of quests will it have? Events? Custom items? Loot rate? Website(if any)? 24/7? Custom spells? Etc. I like the island...
Back
Top Bottom