- 93
- Posts
- 17
- Years
- Seen Jan 14, 2010
Happy New Year!
Hey, I've been working on a variety of interface improvements to make them not so hard on the eyes. (Unlike before, where they induced vomiting). You will get to see these, hopefully, tonight in a public test! Huzzah! If anyone comes.
First off, we have new attack selection buttons. Individual to type. There is no PP yet because it is not implemented o_O'. I'll get that working either by tonight or later on.
Note: The borders for the battle message area and the chat box have changed to a more pleasant version!
Next, I've redone the Battle Options buttons! They look pretty good. My only concern is the placement of them. Its quite different than any other game. Hopefully it will suffice. If not I'll go back to the drawing board on that one...
My Goals for Today before the test are as Follows:
Throw in some sound. Its awfully quiet in Pokeworld right now =(
Fix Wild Pokemon to not crash the server. <- Important one.
Keep in mind if you attend the test. You can't save your progress yet, The map will just be a test map, there is no EXP, and theres only one programmer!
Also, Theik awesome doll sprites, your quite helpful.
darkerarceus Item scripting is writing Lua scripts that make items work. In the case of a Potion it would look like this.
Hey, I've been working on a variety of interface improvements to make them not so hard on the eyes. (Unlike before, where they induced vomiting). You will get to see these, hopefully, tonight in a public test! Huzzah! If anyone comes.
First off, we have new attack selection buttons. Individual to type. There is no PP yet because it is not implemented o_O'. I'll get that working either by tonight or later on.
Note: The borders for the battle message area and the chat box have changed to a more pleasant version!
![[PokeCommunity.com] Pokeworld (MMOG) Needs Help. [PokeCommunity.com] Pokeworld (MMOG) Needs Help.](https://img142.imageshack.us/img142/5284/pokeworld20090101032350vx5.png)
Next, I've redone the Battle Options buttons! They look pretty good. My only concern is the placement of them. Its quite different than any other game. Hopefully it will suffice. If not I'll go back to the drawing board on that one...
![[PokeCommunity.com] Pokeworld (MMOG) Needs Help. [PokeCommunity.com] Pokeworld (MMOG) Needs Help.](https://img142.imageshack.us/img142/2711/pokeworld20090101032543bb4.png)
My Goals for Today before the test are as Follows:
Throw in some sound. Its awfully quiet in Pokeworld right now =(
Fix Wild Pokemon to not crash the server. <- Important one.
Keep in mind if you attend the test. You can't save your progress yet, The map will just be a test map, there is no EXP, and theres only one programmer!
Also, Theik awesome doll sprites, your quite helpful.
darkerarceus Item scripting is writing Lua scripts that make items work. In the case of a Potion it would look like this.
Code:
SetTargetInfo ("HP", GetTargetInfo("HP") + 20);