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

  1. R

    Solved Item Storage ID?

    I'm scripting a Creaturescript, lets say onKill... I wan't the weapon or armor to keep track of how many kills. What functions or script could I use to store an ID of how many kills the player did while wearing the item? Oh my bad I'm using: The Forgotten Server 0.3.6pl1 (8.6) - - - Updated -...
  2. R

    RussServ

    At the rate I'm going, yes it will be online before 2013. Working on it non stop, and hopefully will blow a few minds haha. So far there are a planned 10 Races to choose from this time, and a unique subclass system already built in. I don't want to reveal too much just yet, but I'll keep you...
  3. R

    Solved onAdvance supported in [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)?

    Thanks for your response. Although I was able to solve this with some minor editing. -SOLVED-
  4. R

    Solved onAdvance supported in [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)?

    Is onAdvance supported in [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit)? test.lua function onAdvance(cid, skill, oldLevel, newLevel) if skill == SKILL__LEVEL then doCreatureSay(cid,"IT WORKS!",1) doSendMagicEffect(getThingPos(cid), 28) end return true end...
  5. R

    Solved Movevent Issues

    Gotta be kidding me... haha. Thanks, its always the little things. -SOLVED-
  6. R

    RussServ

    Yes, the server allowed you to be a dragon as your race. I'm glad you enjoyed it.
  7. R

    Solved Movevent Issues

    I don't think it has to do with the script, but I could be wrong... (Not the actual script I need this for, just a test script that is doing the same thing.) function onEquip(cid, item, slot) doCreatureSay(cid,"GRRR!",1) end I could be missing something simple, or new that you need to make...
  8. R

    Solved Movevent Issues

    I'm using [9.60/9.61] The Forgotten Server v0.2.14 (Mystic Spirit) When I add script into the Movevent line for a weapon/armor/shield. And try to equip it, it says "Sorry you cannot dress this item here.". Example: <movevent event="Equip" itemid="2461" slot="head" script="script.lua"/>...
  9. R

    RussServ

    Thanks everyone for your support, I'll try to keep you guys posted on the progress.
  10. R

    RussServ

    After the massive crash, and loss of half of the server. I'm sure there's a few people who where angry, and heartbroken... But there's been enough time for those wounds to heal, and enough time to learn a thing or two since then. All in all, straight to the point. It's coming back, better...
  11. R

    [USA] RussServ 8.5 BETA 7 Races

    Hey guys, finally getting things pretty situated in the move, Hosted a Double Exp week in celebration of this!
  12. R

    [USA] RussServ 8.5 BETA 7 Races

    Made some nice updates, and tons of vocation balances. Its waaaay better than b4 if you want check out the front page of the website for info. Still tons more to come stay tuned! Also thanks for the nice comments, I'm glad everyone is enjoying the server so far! =D
  13. R

    [USA] RussServ 8.5 BETA 7 Races

    Added the a video in to give you guys a peek! Lol, I make this ot as a hobby and practice for programming classes. Was a little over a year in the making... Off/On
  14. R

    [USA] RussServ 8.5 BETA 7 Races

    Sorry for the downtime today, I was out of town. Sorry again for the inconvenience.
  15. R

    [USA] RussServ 8.5 BETA 7 Races

    Oh yeah, if you guys need help message "Russ" in game or use the help channel. There's a halfway finished wiki too: russserv.com/wiki
Back
Top