ORelio
cd0fe0e85a
Change README version number for 1.8.1
2014-10-08 20:19:46 +02:00
ORelio
20ce16fd2b
Update README for 1.8.0 release
...
Update README file shipped with binary release
2014-09-04 15:17:50 +02:00
ORelio
05065d42d1
Update "respawn" description in README
...
Issue reported by TorchRJ_
2014-08-27 17:25:55 +02:00
ORelio
6e841f11aa
Last changes for 1.8.0 Beta release
...
Update sample script
Update Readme file and add it to repository
Update version numbers and fix missing field in Program
2014-08-20 23:31:47 +02:00
ORelio
5cace4e7ff
ScriptSheduler improvments
...
- Add triggerOnInterval feature (every X seconds)
- Fix triggerOnTime triggering scripts only one time
- Update sample task list file
2014-07-29 16:52:23 +02:00
ORelio
f88fcea59b
Server list file support
...
Works the same way as account list feature
Idea from TNT-UP
2014-06-29 14:49:54 +02:00
ORelio
2907b9c587
Account list file support
...
Accounts can be stored in a file and used while (re)connecting
+ Check that the server IP is valid (avoid /connect <player>)
+ Fix command prompt not exiting while exiting the server
+ SendChatMessage() -> SendText() method name change
2014-06-19 19:24:03 +02:00
ORelio
879c124d6a
Last changes for 1.7.3 release
...
Change config files. Change version number.
2014-05-14 21:39:26 +02:00
ORelio
0128d5c41a
Changed a word for hangman game
...
Words for this game cannot contain spaces: changed "World map" to
"Worldwide".
2013-08-13 16:45:12 +02:00
ORelio
2d174f81c0
Rewrite Scripting bot respecting the Bot API + Code Optimization
...
Do NOT put thread sleeps in bots. NEVER. Initialize() and Update() are
called in the main thread!
Also, a delay should be respected between each chat/command sendind to
avoid being kicked.
Putting Thread.Sleep() in bots may cause the client to be out of sync
with the server or make it lose connection so again do not use them :)
2013-07-20 12:58:41 +02:00
Or3L1o
417109501b
Fix some words in English hangman dictionary
...
I'm still not sure all words are good English but fixed the most obvious
non-English words.
2013-07-20 11:12:56 +02:00
bearbear12345
36c3c5163b
Hangman Config Files in Config folder now. Hangman folder deleted
2013-07-20 07:18:20 +10:00
bearbear12345
7ad24fb37f
Edited to have the txt config files in a config folder, hangman words.txt and mots.txt are in config/hangman
...
+Root Dir gitignore
2013-07-19 22:26:22 +10:00