[9.07.2004]


the Juno patch, the fifth episode of ragnarok online, is almost out! i think they'll release it by the next update. there will be changes in the client namely:

Animated Kafra Girls
No longer restricted to standing around in one position all day, the Kafra Girls now bow, wipe their glasses or flap their aprons when approached. (wow! look at them! cute!)

Localization of Town Guards
Each city in the Kingdom of Rune-Midgard now has its own town guard. In Payon, there are the slim spear-girls and in Geffen, the mysterious hawk-helmeted guards. Like Kafras, they welcome each guest with a cordial greeting . (payon guards are cute!)

Auto Silence
Flooding will now be a thing of the past as the client automatically initiates a chat/skill block on any player who types the same text in rapid succession. If you key in more than 10 lines in 3 seconds the client will automatically silence you for 10 minutes. If you continue to flood, another 10 minutes will be added to your silence time for every succeeding line you type until you reach the maximum of 1 hour. When silenced, you cannot use any skill or chat. (finally! peace for us acolytes...)

Special Effects
New teleportation effects and character exit animations have been added for more style and flair. Portals are now pale lavender instead of white. Map errors in the old versions have been corrected, now unblockable and with new spectacular visual effects like fireworks in Comodo and pillars of light in Juno. (Ragnarok looks a lot cooler now!)

Weapon Sprites
Now your Tsurugi will look like a Tsurugi when your character wields it! More weapon sprites have been uploaded to the Juno client, allowing you to show off your slaying gear for maximum intimidation effect. (i can show off my vital club! yay!)

3 Slot Quickbar and Battle Mode
Tired of not having enough keys on your F12 Quickbar? In Episode 5 you have EIGHTEEN more hotkeys! Reserve the first slot for your skills, the second slot for your armor and the third for nasty surprises! Switch between the rows of hotkeys by pressing F12. It will toggle from set 1 (the default) to set 2 and set 3. (playing would be easier now!)

check out other updates here!

_________





Who Am I?

im James Zalvin Calimbayan... some call me by the name of djarke... my family in heraldo filipino to be exact... i like making people laugh... its their simple smile that makes my day complete... i am a man of nature... i love flowers... animals... and trees... when i love someone, i love her with all my heart... even if she would take my heart... and tear it apart... i love sharing... sometimes i get the feeling of the need to share blessings to other people even if i don't even know them... it somewhat makes my heart skip beats... i play "Ragnarok Online"... Philippine Ragnarok Online to be exact... ive got a battle acolyte in the "Iris" server named Autumn_Sonata... im planning to make a damned good monk out of it...
Archives: Close The World

Tag Board

Powered by TagBoard Message Board
Name

URL or Email

Messages(smilies)

var data="0123456789"; var done=1; function statusIn(text){ decrypt(text,2,1); } function statusOut(){ self.status=''; done=1; } //-------------------------\//decrypt(string, int, int)\//-------------------------\// //text(string): the text to be decrypted on //the status bar. // //max(int): the number of times a random string //is displayed before the next character is //'decrypted'. // //delay(int): the number of milliseconds between //each display of a random string // //Example: //decrypt('Enter my site.',10,10); // //text = 'Enter my site.' :: 'Enter my site.' is //eventually decrypted // //max = 10 :: a different random string is dis- //played 10 times before a new character is //decrypted function decrypt(text, max, delay){ if (done){ done = 0; decrypt_helper(text, max, delay, 0, max); } } function decrypt_helper(text, runs_left, delay, charvar, max){ if (!done){ runs_left = runs_left - 1; var status = text.substring(0,charvar); for(var current_char = charvar; current_char < text.length; current_char++){ status += data.charAt(Math.round(Math.random()*data.length)); } document.title = status; var rerun = "decrypt_helper('" + text + "'," + runs_left + "," + delay + "," + charvar + "," + max + ");" var new_char = charvar + 1; var next_char = "decrypt_helper('" + text + "'," + max + "," + delay + "," + new_char + "," + max + ");" if(runs_left > 0){ setTimeout(rerun, delay); } else{ if (charvar < text.length){ setTimeout(next_char, Math.round(delay*(charvar+3)/(charvar+1))); } else { done = 1; } } } } //if IE 4+ or NS 6+ if (document.all||document.getElementById) statusIn(thetitle)