Advertisement
Guest User

minesweeper

a guest
Jan 25th, 2011
1,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. Useful commands:
  2. changelevel 2 || changelevel 3
  3. player_monster_damage_base_constant 300 || High Damage
  4. player_monster_damage_base_constant 30000 || Really High
  5. player_monster_damage_base_constant 9999999 || 1hko
  6. plr_move_speed_normal 1000 || High Normal Speed
  7. plr_move_speed_sprint 1000 || High Sprint Speed
  8. plr_move_speed_town 1000 || High Town Speed
  9. ai_reaction_delay_idle 99999 || Send this first to disable mobs
  10. ai_reaction_delay_alert 99999 || Send this second to disable mobs
  11. host_timescale 3 || host_timescale 2 ||host_timescale 1
  12. cc_spawn_golden_ball 15 9999999 || Spawn 1hko footballs
  13. cc_fill_all_items || Recharge all items in dungeon
  14. sv_gravity -800 || sv_gravity 0 || sv_gravity 800 || Negative Gravity
  15. lift_evy_damage_factor_ratio 9001 || 1hko from object kill
  16. lift_evy_int_to_str_ratio 9001 || Convert int to str
  17. lift_throw_force_modifier 9001 || Throw objects really far
  18. mp_friendlyfire 1 || mp_friendlyfire 0 || Friendly Fire Enable/Disable
  19. changemap_to_current_random_sector
  20. Fun commands:
  21. cc_change_figure_height # || Change character model height
  22. cc_change_figure_bust # || Change character model bust
  23. changemap p01 || Change map to pvp map
  24. cc_change_costume 0 0 || Change to Lann body
  25. cc_change_costume 1 4 || Change to Lann Underwear
  26. cc_change_costume 2 0 || Change to Lann Head
  27. cc_change_costume part number - Change costume (see below)
  28. part = 0 = character type, where number = {0 for Lann, 1 for Fiona, 2 for Evie, 3 for Karok}
  29. part = 1 = underwear, where number = 0-30
  30. part = 2 = head type, where number = {0 for Lann, 10 for Fiona, 20 for Evie, 30 for Karok}
  31. part = 3 = hair type, where number = ????
  32. part = 4 - 8 = armor pieces
  33. part = 9 = animation type, where number = {0 for Lann, 10 for Fiona, 20 for Evie, 30 for Karok}
  34. cc_change_all_costume_color 255 255 255 || Change all color to white
  35. cc_change_all_weapon_color 255 255 255 || Change Weapon to white
  36. cc_change_costume_set 1 || Change Costume Set
  37. 31 = Nightmare x2|| 65 = shining will|| 75 = evie thingy || 81 = nightmare || 97 = rose drop || 113 = gothic lolita ||117 parisian || 118 kitty cat || 119 Hammer || 120 Hammer x2 || 124 Hammer x3 || 125 = Artist || 126 = Nun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement