Jump to content

Nameless2you

Retired Staff
  • Content Count

    735
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Nameless2you

  1. Nice, just hope the old plugin devs are still around to re-release updated versions.
  2. Congrats Haruna! Oh and you too Mystery.
  3. ALTER TABLE `cart_inventory` MODIFY `bound` tinyint(1) unsigned NOT NULL default '0'; Shouldn't fail. Must be an issue on your side because both rAthena and Hercules have the column `bound`. Check your db if your table `cart_inventory` has the column `bound`. If not add it by hand. rAthena -> CREATE TABLE IF NOT EXISTS `cart_inventory` ( `id` int(11) NOT NULL auto_increment, `char_id` int(11) NOT NULL default '0', `nameid` int(11) NOT NULL default '0', `amount` int(11) NOT NULL default '0', `equip` int(11) unsigned NOT NULL default '0', `identify` smallint(6) NOT NULL default '0', `refine` tinyint(3) unsigned NOT NULL default '0', `attribute` tinyint(4) NOT NULL default '0', `card0` smallint(11) NOT NULL default '0', `card1` smallint(11) NOT NULL default '0', `card2` smallint(11) NOT NULL default '0', `card3` smallint(11) NOT NULL default '0', `expire_time` int(11) unsigned NOT NULL default '0', `bound` tinyint(3) unsigned NOT NULL default '0', `unique_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `char_id` (`char_id`)) ENGINE=MyISAM; Hercules -> CREATE TABLE IF NOT EXISTS `cart_inventory` ( `id` int(11) NOT NULL auto_increment, `char_id` int(11) NOT NULL default '0', `nameid` int(11) NOT NULL default '0', `amount` int(11) NOT NULL default '0', `equip` int(11) unsigned NOT NULL default '0', `identify` smallint(6) NOT NULL default '0', `refine` tinyint(3) unsigned NOT NULL default '0', `attribute` tinyint(4) NOT NULL default '0', `card0` smallint(11) NOT NULL default '0', `card1` smallint(11) NOT NULL default '0', `card2` smallint(11) NOT NULL default '0', `card3` smallint(11) NOT NULL default '0', `expire_time` int(11) unsigned NOT NULL default '0', `bound` tinyint(1) unsigned NOT NULL default '0', `unique_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `char_id` (`char_id`)) ENGINE=MyISAM;
  4. Pretty simple, if the last person in the room hit the wrong monster and he got into this menu then the game is supposed to stop, right? So OnMobKilled:if(getmapusers("poring_c01") <= 1) goto L_NoWin; dispbottom "Your out of the game, You did not catch the right Poring !"; percentheal -99,-99; warp "SavePoint",0,0; end; This will end the event. But! it will cause the script to not send the player back to his or her SavePoint, which is what you'll have to figure out next Note I only changed the portion within the if statement, from == 0 to <= 1
  5. You've got things a bit mixed up. How is this: OnMobKilled:if(getmapusers("poring_c01") == 0) goto L_NoWin; dispbottom "Your out of the game, You did not catch the right Poring !"; percentheal -99,-99; warp "SavePoint",0,0; end; ever supposed to trigger?
  6. Google is your friend. Try Cron jobs using @reboot. Reference material. If that didn't work out for you: http://lmgtfy.com/?q=ubuntu+reboot+autostart On another note, if your VPS crashes constantly then you've either incorrectly set it up, bought/rented a piece of shit or the provider is just incapable of providing a stable version.
  7. I demand an in-game picture of the recoloured Racoon Hat. Good guide btw.
  8. Well 2 options, 1 show the entire script so we can debug it or 2, check if the script is attached. You can do this by placing: mes "Character ID: "+getcharid(0); Within the for loop, if the ID is 0 the character isn't attached.
  9. Considering he said it's a snippet I assume we're all assuming this is either inside a fully functioning script that requires a player to click it to start, or talk to it via OnWhisperGlobal Maybe it's not possible to use this syntax?for(.@i = 0; .@i < getarraysize(.item); .@i++)I'm not sure whether the emulator can or can't parse var = val inside 'for's or 'if's It should be able to, else it would error. http://upaste.me/8c97c0 ran on upaste without any issues. You missed a set in your second case ^^ ".@i++"
  10. Considering he said it's a snippet I assume we're all assuming this is either inside a fully functioning script that requires a player to click it to start, or talk to it via OnWhisperGlobal
  11. You also might want to add an 'end;' before the 'OnInit:'.
  12. Lies, video goes up to 780p only. I love the colours, they're so.. strong, prominent. Some inspiration from The Hobbit? And where's the place with the broken sword?
  13. instance_id() in hercules no longer supports any parameters, meaning the 1 inside makes it invalid. More information towards the instance remodelling in hercules can be found here: http://herc.ws/board/topic/928-memory-slasher-may-30-patch/?hl=instance
  14. Well you can diff the player and GM version differently, as long as the date is the same there won't be an issue. I don't quite see the purpose of using two different dated clients.
  15. ※ Inspection Time - All Servers: 01:30 to 04:30 (Spain time GMT +1) *Ziu note: Wish you a happy new year 2014. *Translator note: I say the same *Streusel's note: Me three. Common Patch: - Christmas event is now ended (All event related items will be removed). -> Removed item list: Bag Items For Sale, Stolen Cookie, Stolen Candy, Lonely Christmas Gifts and Christmas Cake. - New year 2014 event is started. -> Lapse: From 30/12/2013 until 12/02/2014 maintenance. Content: 1. For a year without mistakes join octopus party in [malangdo] island. [Original said that, but I hope it's without Gravity mistakes lol] 2. New year arrival makes a big blue unicorn appear near to Payon city (2014 is the year of the horse in China/Korea). 3. Take a look at the blue unicorn hunting notice in Payon. - Fixed an error that rendered some characters impossible to adopt. *Ziu note: New year 2014 event mob sprites: blue_unicorn fantastic_b_unicorn little_blue_unicorn Main Servers: - Refining event is now active. -> Lapse: From 30/12/2013 until 15/01/2014 maintenance. - Magnificat Scroll/Lex Aeterna Scroll didn't add the buff due to an issue. This will be fixed. - MDEF/MATK information in homunculus window has been modified for these cases in which it wasn't properly displayed. Ziu note: Some episode 15.2 mob sprites were updated last week: cenere_g exploration_rover_t ghoul_h zombie_h Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  16. ※ Inspection Time - All Servers: 20:30 to 04:30 (Spain time GMT +1) ** Maintenance date has been advanced to December 23th because of the upcoming holidays. Main Servers: Ragnarok Online 2013 EPISODE 15.2 메모리 레코드 (Memory Record) * Verus is a dangerous city in which its historical vestiges fought for surviving to the last minute. You sure want to know about it. -> Experimento This-OPTATION is at 11 o'clock from verus (verus03) central square. [! 'Este' for 'East' or 'Este' for 'This'?] -> [investigation Building-WISH] is at 1 o'clock from verus (verus03) central square. -> Episode 15.1 showed new zones thanks to the "nerds" group that allowed the research to continue. Talk to the team leader. * For more details please check promotional page of this new episode. - Smelting Ore Box VI ite starts selling. -> Lapse: from 23/12/2013 until 08/01/2014 maintenance. -> Also, [sealed Turtle General Scroll] item event is started. Sakray Server: - MDEF/MATK information in the homunculus window has been modified for these cases in which it wasn't properly displayed. ////////////////////////////////////// EPISODE 15.2 (BGM)!!! Ziu note: BGM 161 is AWESOME for me!!!! 161 (Forest of Despair) https://www.dropbox.com/s/uic72uzau0i7jdv/ziu-ro_161.mp3 162 (Dark Light) https://www.dropbox.com/s/06i7nnnm64p11ss/ziu-ro_162.mp3 163 (Lost souls) https://www.dropbox.com/s/hlcgu7w8usb03hl/ziu-ro_163.mp3 164 (From the Grave) https://www.dropbox.com/s/jm11w9wb1x91guj/ziu-ro_164.mp3 Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  17. ※ Inspection Time - Mains Servers: 20:30 to 04:30 (Spain time GMT +1) - Sakray Server: 20:30 to 04:30 (Spain time GMT +1) ※ GnJOY wil perform a general maintenance and some services like (Login, Shops ,Web) could be temporarily out. ※ If GnJOY needs more time than expected for the maintenance, we hope you understand us about the inconvenience. Thank you Common Patch: - Christmas event is now started. -> Lapse: From 18/12/2013 until 30/12/2013 maintenance. Ziu note: New Loadings/Login/Warning/Patch Main Servers: - A new event for helping leveling on new updated Guilds is started. -> Lapse: From 18/12/2013 until 08/01/2014 maintenance. Ziu note: (Guilds -> Gold Mace/Sword/Crossbow/Rod) - Fixed an error on egg incubator when used repeatedly. - Added new dungeon "Sepulchre of the Victims". (It's another Somatology Laboratory underground floor, a new and powerful dungeon for those adventurers that want to accept the challenge). **More details about the new "Sepulchre of the Victims" dungeon. 1. New monster abilities added. - Possibility of summoning a friend during battle. - It's now more likely that they'll use ranged skills for applying status alterations. 2. Some monsters have now increased HP and stats. 3. Some monsters have now an increased elemental property level. 4. Monsters' walking speed has been noticeably increased. 5. A small extra experience amount has been added to monsters. Sakray Server: - Fixed some errors in Episodie 15.2. Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  18. ※ Inspection Time - Main Servers: 01:30 to 05:30 (Spain time GMT +1) - Sakray Server: 01:30 to 09:30 (Spain time GMT +1) Common Patch: - Character Code (CCODE) position will be moved to the options window. Main Servers: - Fixed some erroneously positioned items when equipped. -> Costume: Giraffe Wings, Fallen Angel Wings, Brilliant Golden Wings, Adventurer's Backpack, Archangel's Wings. Sakray Server: - Episode 15.2 added. - Navigation system data is updated. -> Episode 15.1 location added. -> Added zoom utility for simplification. -> Capabilities for reading position information from an external file will be added. - World map (Ctrl + `) is updated. [Remember: Ctrl+Ñ for Spanish Keyboards] -> New world location added to general map. -> Mob and NPC searching functionality added. -> World map can be shown on the navigation system. -> Airship route will be shown on the world (*Beware, this doesn't show actual airship location when you see it!). - Guild storage system is added. [but isn't this already done via Guild Kafra?] (Just for internal testing, will be available for user testing in a future). - "Sepulchre of the Victims", mobs will be balanced. - Fixed an error on egg incubator when used repeatedly. -------------- ANNEX (Part II) http://ziu-ro.blogspot.com.es/2013/12/11122013-mantenimiento-kro-parte-ii.html New World maps (ctrl + `): ------------- ANNEX (Part III) http://ziu-ro.blogspot.com.es/2013/12/11122013-kro-mantenimiento-parte-iii.html Episode 15.2: Maps New NPCs: 4_f_berrytea 4_f_fruit 4_gc109 4_m_death2 4_m_rekenber 4_m_tatio 4_machine_device 4_scr_mt_robots 4_sys_msg New Mobs: dr815 gc109 scr_mt_robots sys_msg t_w_o NPC illustrations: Facebook album: https://www.facebook.com/ScriptsZiu/posts/669549126418178 Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  19. ※ Inspection Time - Main Servers: 01:30 to 05:30 (Spain time GMT +1) - Sakray Server: 01:30 to 10:30 (Spain time GMT +1) Mains Servers: - Support Package II item stops selling. -> [2013 RWC Scroll] item event is also ended. - Fixed an error in chat rooms when a NPC is the maker of that specific chat room. - Changed special ability of poisoning users by monster's Enchant Deadly Potion skill on the Faceworm Nest instance. - If you moved while dragging items with a shop open, you'd cause an error. This will be fixed. - (CCODE) character code added. -> If you enable this system you'll be protected against suplantation fraud since it offers a unique additional protection for each player present in-game. Sakray Server: - Found another underground floor in Somatology Laboratory. -> "Sepulchre of The Victims", all details will be revealed at a later date. -------------------------------------- ANNEX (part II) http://ziu-ro.blogspot.com.es/2013/12/04122013-mantenimiento-kro-parte-ii.html New map (with the _n suffix, which may mean nightmare mode). Just for if it was already difficult... Map mobs are 3rd jobs... Their names are the same, but they have v_ as a prefix (v for victim). v_cecil,v_eremes, etcetera v_alphoccio v_celia v_chen v_eremes v_flamel v_gertie v_harword v_katrinn v_magaleta v_randel v_seyren v_shecil v_trentini Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  20. ※ Inspection Time - All Servers: 01:30 to 06:30 (Spain time) Common Patch: - Fixed an error with "Pere Awakening" monster sprite on Jitterbug Nightmare instance. Main Servers: - New costumes can be now enchantable: (Costume: Wings Of Victory, Costume: Decoration Of Music, Costume: Decoration Of Moon & Stars) - Fixed an error with Freezing Frozen Shadow set bonuses. - Fixed an error on Character select screen, in which some equipped headgears didn't appear on them. - Time to attack Faceworm Nest Instance event is now ended. Sakray Server: - Fixed an error in chat rooms when a NPC is the maker of that specific chat room. - Changed special ability of poisoning users by monster's Enchant Deadly Potion skill on the Faceworm Nest instance. - If you moved while dragging items with a shop open, you'd cause an error. This will be fixed. *Delivery of prize items for winners of the opening event on iOS/Android phones [Ragnarok Ash Vacuum] game has been postponed. We're sorry for the inconvenience. All information related to winners and prizes will be published as soon as possible. Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving his time up once again to translate this.
  21. ※ Inspection Time - All Servers: 01:30 to 06:30 (Spain time) Common Patch: - Jitterbug Nightmare monster's skill errors have been fixed. [Doesn't say what ones or so] Main Servers: - Support Package II item has started selling. -> Lapse: From 20/11/2013 until 04/12/2013 maintenance. -> Also, [2013 RWC Scroll] item event has started. - Now, when a player is on a trade or vice-versa it won't allow to open a chat with a NPC. [! WHAT? What does vice-versa mean here? And what kind of chatting to a NPC? A pub or a message window? So short on details...] ----------- Extra Information included by Ziu ------------ - RWC 2013 event prize for spending money is started. -> Lapse: From 20/11/2013 until 30/11/2013. -> Any user who spend 50k-wons in RO-SHOP (exclusively on items, not services) can be rewarded with this exclusive costume headgear. [Artículo equipado means: item equipped] Sakray Server: - Now, when a player is on a trade or vice-versa it won't allow to open a chat with a NPC. [! Same as above] Ziu note: Same patch both in Sakray and in mains. - (CCODE) character code added. -> If you enable this system you'll be protected against suplantation fraud since it offers a unique additional protection for each player present in-game. - Fixed a strange event that happened when you have some equipment that protects you from some statuses and you used additional items that also protect from the same statuses, they didn't work. Ziu note: For example, if you had Burning protection and used items that protect you more against them, they didn't work because protection wasn't increased. Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving up his precious time translating this!
  22. ※ Inspection Time - All Servers: 01:30 to 07:30 (Spain time) Common Patch: - Halloween event is now finished. -> Related items will be removed (Items: organic agriculture, inorganic agriculture pumpkin, Invitation of Darkness) (Halloween Witch's Box won't be removed, it'll be removed on the first maintenances on 2014). - Rebellion skill fixed: [Platinum Alter] skill had an error by which its effect could be duplicated. This will be fixed. Main Servers: - Cookie bar gift festival event has now ended. - [solidified Magic] item weight will be changed (from 1 to 0). - Guerrilla NPC is added for card withdrawal from equipment. Ziu note: (80% for not losing the card and 100% for not losing the equipment). -> For more information, go see the update page. -> [Page link with all information] http://ro.gnjoy.com/news/update/View.asp?seq=141&curpage=1 Sakray Server: - Now, when a player is on a trade or vice-versa it won't allow to open a chat with a NPC. [! WHAT? What does vice-versa mean here? And what kind of chatting to a NPC? A pub or a message window? So short on details...] Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for giving up his precious time translating this!
  23. ※ May contain interpretation errors!! ■ Inspection Time - All Servers: 01:30 to 05:30 (Spain time) Common Patch: - [Aura Blade] skill description modified. (Additional damage is always applied regardless if you miss the hit or not. "This will be removed") Mains Servers: - Three Master Package-II has stopped selling. - Cookie bar gift festival event has now started. -> Lapse: From 06/11/2013 until 13/11/2013 maintenance. - It's time to attack Faceworm Next event started. [Maybe he meant Faceworm Nest? It's Next on the original text] -> Lapse: From 06/11/2013 until 27/11/2013 maintenance. -> [information about the it's time to attack Faceworm Next event]. http://ro.gnjoy.com/news/event/View.asp?Seq=549&kind=A&curpage=1 - Some rewards on Old Glast Heim instance will be reorganized, adding a card merchant. - "/memo" command will be disabled in the places where there's a warp portal. [Huh? Just near them or in all the map? Because this is a problem if it's the latter...] Translator notes: The translation may be inaccurate at some points but I tried my best. Dates are in European format: day/month/year; Times are in Spanish time zone (GMT+1). Remember that [!] marked lines mean stronger possibility of inaccurate translation because I couldn't figure out an exact meaning for that. Also, text inside square brackets at the end of a sentences are just polite guesses I make from the patch. I might make some mistakes retranslating and I'm sorry for these, but this is just a quick translation (better than GTranslate) just to make you aware of the changes on kRO! Big thanks to Ziu for the time and skills it takes to translate kRO patches from Korean to Spanish! Thanks to jaBote for translating it!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.