Advertisement
Guest User

Untitled

a guest
May 4th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. MaxCharSelectTime = 3000000
  2. ; Setting for developers to test loading scripts, defaults to false
  3. DisableCache = false
  4. ; Set to false to use only the console for printing, or true to print to the console and the game buffer
  5. UseGamePrint = false
  6.  
  7. ; these settings are for the oog function login()
  8. ; you pass the name of the section (i.e. "my sp character")
  9. ; as the argument to login, and it takes care of the rest
  10. ; example : login("HurdurDerp");
  11. ; [HurdurDerp]
  12. ; possible modes: single, battle.net, other multiplayer
  13. ; mode=battle.net
  14. ; the actual name of the character, as displayed on the screen
  15. ; character=HurderDerp
  16. ; possible difficulties: 0 - normal, 1 - nightmare, 2 - hell
  17. ; note: this has NOTHING AT ALL to do with battle.net game creation!
  18. ; spdifficulty=0
  19. ; your battle.net username
  20. ; username=******
  21. ; the password to the above account
  22. ; password=******
  23. ; the gateway your account resides on
  24. ; gateway=u.s. east
  25. [HurdurDerp]
  26. mode = battle.net
  27. username = *******
  28. password = *******
  29. gateway = u.s. east
  30. character = HurdurDerp
  31. spdifficulty = 2
  32. parameters = -w
  33. Enabled = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement