Jump to content

_Dynosawr_

Members
  • Posts

    69
  • Joined

  • Last visited

  • Days Won

    1

_Dynosawr_ last won the day on November 1 2019

_Dynosawr_ had the most liked content!

1 Follower

About _Dynosawr_

  • Birthday 01/17/1996

Profile Information

  • Gender
    Male
  • Location
    Texas
  • Server
    iHeart RO

Recent Profile Visitors

1522 profile views

_Dynosawr_'s Achievements

Poring

Poring (1/15)

10

Reputation

  1. Go to the RMS download section and download "mousefreedom" then paste the file contained in what you downloaded into your server folder. That should help.
  2. He wants to be able to insert the orb like a card into the second slot of the armor (Which isn't usable) after decarding the armor once.
  3. I don't have a script for it. The only possible way to do that is to edit the item in the database as well. Which will affect every single one in the server, not just that player's.
  4. You want it to CHECK if they moved maps? Or you want it to check WHAT map they moved? You need to specify further :\
  5. The only way I know of is through a script :\
  6. If you want it to ADD stats then it should look like this. -<TAB>script<TAB>StatBonus<TAB>-1,{ OnNPCKillEvent: if ( BaseLevel >= 1000 ) { statusup2 bStr, 32000; statusup2 bAgi, 32000; statusup2 bVit, 32000; statusup2 bInt, 32000; statusup2 bDex, 32000; statusup2 bLuk, 32000; } end; } If you want it to SET their stats... -<TAB>script<TAB>StatBonus<TAB>-1,{ OnNPCKillEvent: if ( BaseLevel >= 1000 ) { set bStr, 32000; set bAgi, 32000; set bVit, 32000; set bInt, 32000; set bDex, 32000; set bLuk, 32000; } end; } PS: Highest stat you can get before it resets is around 32,250.
  7. I don't know if this will work but you can try. -<TAB>script<TAB>TestChecker<TAB>-1,{ OnInit: defpattern 1, "([^:]+):.*\\(@go|@warp|<INSERT OTHER WARP COMMANDS WITH | BETWEEN EACH>)(\\s.*)?","warped"; activatepset 1; end; warped: dispbottom "You've changed maps."; end; }
  8. When using the getitem command, + and - don't work. @bet, if it's 5, meaning the player bet 5, will get 5 of them, or delete 5 of them. It's not based on + or -, but rather the command itself. delitem is the opposide of getitem, so it will instead of giving 5 tickets, it will delete 5 of them.
  9. Eurobeat Brony - Discord [media=] [/media]Bonus: Hawt as hell main character.
  10. 'skilleffect' Casts a skill on the player without adding the effects of it. I'm pretty sure using it to detect skill effects won't work, but you can try.
  11. (It's spelled 'adrenaline') Asphyxiate.
  12. Final Strike because it's powerful and balanced. (If it succeeds, the enemy's partner will kill you. Balance ftw ;3)
×
×
  • Create New...