Advertisement
dervd

Vindictus Useful/Useless Commands - 5/6/2011

May 6th, 2011
681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.44 KB | None | 0 0
  1. cc_set_sub_weapon javelin_lvl2 999 //Fine spears
  2. cc_set_sub_weapon handbomb_lvl2 999 //Fine bombs
  3. cc_set_sub_weapon mining_bomb 999 //Mining Bombs
  4. cc_set_subweapon snowball 999 //Snowballs
  5. cc_set_subweapon sticky_bomb 999 //Sticky Bombs
  6. cc_set_subweapon flashbang 999 //Palalas
  7. cc_set_subweapon hookshot 999 //Hooks
  8. cc_set_subweapon javelin_piercing_catacomb 999 //Catacomb Spears for Glas
  9. hand_bomb_detonate_by_throw_delay 0.1; //Instant finebomb explode
  10. mining_bomb_detonate_by_throw_delay 0.1; //Instant mining bomb explode
  11.  
  12. lift_throw_force_modifier 9000; //Far throw distance
  13. combat_min_critical_hit_ratio 100; //Critical every smash for both monsters and you
  14. cc_spawn_golden_ball 3 9999999; //Spawns 3 golden balls that can instantly kill, use primary smash for aim
  15. lift_evy_damage_factor_ratio 9000; //Instant evie object lift kill
  16.  
  17. ai_reaction_delay_idle 99999; //idle npc
  18. ai_reaction_delay_alert 99999; //never alert npc
  19. ai_reaction_delay_idle 0; //nonidle npc
  20. ai_reaction_delay_alert 0; //always alert npc
  21.  
  22. blacksmith_craft_time_sec 0.1; //instant craft
  23. dye_craft_time_sec 0.1; //instant dye
  24. enhance_craft_time_sec 0.1; //instant enhance
  25. enchant_craft_time_sec 0.1; //instant enchant
  26. synthesis_time_sec 0.1; //instant synthesis rune
  27.  
  28. cc_fill_all_items //refill all items
  29. cc_play_emotion 7 //sit down
  30. cc_mailbox_ui //mailbox toggle
  31. show_mini_shop //show minishop
  32. hide_mini_shop //close minishop
  33.  
  34. //Speed modifers
  35. plr_move_speed_normal 1000;
  36. plr_move_speed_tired 1000;
  37. plr_move_speed_sprint 1000;
  38. plr_move_speed_town 1000;
  39. plr_move_speed_barehand 1000;
  40. plr_move_speed_lift1 1000;
  41. plr_move_speed_lift2 1000;
  42. plr_move_speed_lift3 1000;
  43. plr_move_speed_lift4 1000;
  44. plr_move_speed_lift5 1000;
  45. plr_move_speed_lift6 1000;
  46. plr_move_speed_lift7 1000;
  47. plr_move_speed_lift8 1000;
  48. plr_move_speed_lift9 1000;
  49. plr_move_speed_lift10 1000;
  50. plr_move_speed_lift11 1000;
  51. plr_move_speed_lift12 1000;
  52. plr_move_speed_lift1_evy 1000;
  53. plr_move_speed_lift2_evy 1000;
  54. plr_move_speed_lift3_evy 1000;
  55. plr_move_speed_lift4_evy 1000;
  56. plr_move_speed_lift5_evy 1000;
  57. plr_move_speed_lift6_evy 1000;
  58. plr_move_speed_lift7_evy 1000;
  59. plr_move_speed_lift8_evy 1000;
  60. plr_move_speed_lift9_evy 1000;
  61. plr_move_speed_lift10_evy 1000;
  62. plr_move_speed_lift11_evy 1000;
  63. plr_move_speed_lift12_evy 1000;
  64.  
  65. plr_search_campfire_anvildistance 0 //disable anvil search (I use this while fishing, anvils are just annoying.)
  66. plr_tired_mode_exit_percentage -1 //Never tired
  67. plr_falling_motion_minimum_height 8000 //Lemmings (walk off platforms) - It's freaking hilarious when used with gravity.
  68. campfire_ignite_num_required_props 0 //campfire without wood
  69.  
  70. changemap_to_current_random_sector //reload map
  71. changemap_to_next_random_sector //skip map
  72. changelevel 2 //skip current map
  73. changelevel2 //skip current map
  74.  
  75. cc_enter_rochest_from_colhen //enter rochest
  76. cc_enter_colhen_from_rochest //enter colhen
  77.  
  78. cc_change_figure_height 0.1 //tiny height
  79. cc_change_figure_height 1 //normal height
  80. cc_change_figure_height 3 //tall height
  81.  
  82. cc_change_figure_bust 3 //breast size modifier
  83.  
  84. host_timescale 1 //1x game speed
  85. host_timescale 2 //2x game speed
  86.  
  87. sv_gravity 800 //Original Gravity
  88. sv_gravity 0 //No gravity
  89. sv_gravity -800 //Inverse gravity
  90.  
  91. phys_timescale 0.1 //slows down all physical objects except NPCs and Player
  92.  
  93. "monster_attack_bonus_ratio -80" //Godmode
  94.  
  95. Useless
  96. cc_efx [efx]//sparkles
  97. cc_random //Random caption from cutscenes.
  98. CreateHairball 1 //creates random hairballs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement