• 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 Rugged Mage

  1. Rugged Mage

    C++ Magic damage % etc

    I'm not understanding the question, are you asking if there's a way to temporarily increase a players magic level so they do more damage?
  2. Rugged Mage

    TFS 1.X+ nekiro tfs 1.5 - exchange the item on the floor for the item in the hand

    @Paulix @dewral @bpm91 I fixed this problem by changing the following code in player.cpp //need an exchange with source? (destination item is swapped with currently moved item) const Item* inventoryItem = getInventoryItem(static_cast<slots_t>(index)); if (inventoryItem &&...
  3. Rugged Mage

    C++

    What kind of complications are you talking about?
  4. Rugged Mage

    monsters disappearing

    It's possibly something to do with wrong xml formatting, a missing bracket or something. Have you tried reverting back to the previous xml file and seeing if it crashes still? If not, that's what you should do
  5. Rugged Mage

    monsters disappearing

    Not much information here, possibly download a different TFS? Has this always happened since you've ran your server or just recently started happening after a change?
  6. Rugged Mage

    TFS 1.3 Help with secret passage script action

    item:transform(wall.lever2) I think it has to do with where you're transforming the lever. Try moving this code to line 38 before the wall stuff. Also I don't see that you're transforming the lever back to the original id anywhere
  7. Rugged Mage

    Lua Function [TFS 1.2/1.3] player:setAttackSpeed(ms) | player:getAttackSpeed()

    Works on TFS 1.5 - Nekiro (8.6). The only thing I had to change was delete/comment out the declaration for getattackspeed in player.cpp
  8. Rugged Mage

    rook levelbridge.lua not work

    It is most likely something to do with movements.xml then and not registering correctly. Can you attach the line that you added?
  9. Rugged Mage

    rook levelbridge.lua not work

    Did you put a new line in movements.xml? Similar to this \/ <movevent event="StepIn" itemid="ITEMID" script="levelbridge.lua" />
  10. Rugged Mage

    Where & how in the source can I make an item only visible for one vocation? (8.60 - Nekiro)

    Not actually solved, the client keeps crashing, anyone have solutions for that? I'm posting the error below. Also, I don't feel like it's impolite to not post the solution if I would have solved it by myself without anyone giving advice at all. BUT, now that I know that is the community...
  11. Rugged Mage

    Where & how in the source can I make an item only visible for one vocation? (8.60 - Nekiro)

    BUMP. I’m thinking it could be something like /ghost where certain people see the god but some people can’t depending on group number.
  12. Rugged Mage

    Where & how in the source can I make an item only visible for one vocation? (8.60 - Nekiro)

    As the title states : Where & how in the source files can I make an item only visible for one vocation? I'm trying to make item id (3613) only visible for paladins, but can't figure out how to do it or which cpp file to edit for this to be possible. Anyone have ideas or suggestions?
  13. Rugged Mage

    TFS 0.X House Rent

    houseRentPeriod = "never" is this set properly in config lua? nevermind i see you say rent is charging again
Back
Top