Jump to content

Joseph

Members
  • Posts

    341
  • Joined

  • Last visited

Everything posted by Joseph

  1. Moving to Graphics Support section.
  2. We don't read minds. Thus, explain yourself.
  3. Type @bgm, then input the number of bgm.
  4. You did not change all the #PWCheck to #AccountPW$.
  5. Suggestions for Security Manager: Remove #PWCheck and replace the if checks with if(#AccountPW$=="") { mes "You do not currently have a password set."; close; } Reset: set #AccountPW$,""; And, these are not needed, except for the zeny part: mes ""+zeny+"z onhand."; mes ""+#assistantbankbalance+"z in bank account."; mes ""+trustfundbalance+"z in trustfund."; mes ""+SmokieMobKill+" smokie points.";
  6. http://upaste.me/raw/3e5a1312aca33b34 Usage: @bgm
  7. See if this guide helps you. http://rathena.org/wiki/Custom_Items
  8. If you want to get rid of that 2 seconds, remove this: progressbar "",2;
  9. +1 to the LOL. And this: announce "Dice Event: Last 20 Seconds.",bc_all; sleep2 10000;
  10. Else there's a script command in rAthena to bypass infinite loop. *freeloop(<toggle>) Toggling this to enabled (1) allows the script instance to bypass the infinite loop protection, allowing your script to loop as much as it may need. Disabling (0) will warn you if an infinite loop is detected.
  11. https://rathena.svn....pts_athena.conf // --------------------------- Quests --------------------------- // - Eden Group ------------------------------------------------- npc: npc/re/quests/eden/11-25.txt npc: npc/re/quests/eden/26-40.txt npc: npc/re/quests/eden/41-55.txt npc: npc/re/quests/eden/56-70.txt npc: npc/re/quests/eden/71-85.txt npc: npc/re/quests/eden/86-90.txt npc: npc/re/quests/eden/91-99.txt npc: npc/re/quests/eden/eden_common.txt npc: npc/re/quests/eden/eden_quests.txt npc: npc/re/quests/eden/eden_service.txt
  12. Did you change the view id in item_db2?
  13. Wew.. Assignments!

  14. http://upaste.me/raw/71af1278c2a68641
  15. There is a script command for it: npcwalkto
  16. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/quests/thana_quest.txt Line 2740, change: OnTimer7200000: to: OnTimer21600000:
  17. Are these official? +13919,?L_Magestic_Goat_Box?,Baphomet Horns Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5374,1; },{},{} +13920,?Satanic_Chain_P_Box?,Flying Evil Wing Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5376,1; },{},{} +13921,?Antique_Pipe_Box?,Gentleman's Pipe Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5377,1; },{},{} +13922,?Rabbit_Ear_Hat_Box?,Bunny Top Hat Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5378,1; },{},{} +13923,?Darkness_Helm_Box?,Dark Randgris Helm Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5373,1; },{},{} +13924,?L_Orc_Hero_Helm_Box?,Orc Hero Headdress Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 5375,1; },{},{} +REPLACE INTO `item_db` VALUES (13918,'?Drooping_W_Kitty_Box?','Koneko Hat Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5372,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13919,'?L_Magestic_Goat_Box?','Baphomet Horns Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5374,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13920,'?Satanic_Chain_P_Box?','Flying Evil Wing Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5376,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13921,'?Antique_Pipe_Box?','Gentleman\'s Pipe Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5377,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13922,'?Rabbit_Ear_Hat_Box?','Bunny Top Hat Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5378,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13923,'?Darkness_Helm_Box?','Dark Randgris Helm Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5373,1;',NULL,NULL); +REPLACE INTO `item_db` VALUES (13924,'?L_Orc_Hero_Helm_Box?','Orc Hero Headdress Box',18,20,NULL,10,NULL,NULL,NULL,NULL,0xFFFFFFFF,7,2,NULL,NULL,NULL,NULL,NULL,'getitem 5375,1;',NULL,NULL); Mistakes: + `id` smallint(5) unsigned NOT NULL default0', + `name_english` varchar(50) NOT NULL default', + `name_japanese` varchar(50) NOT NULL default', + `type` tinyint(2) unsigned NOT NULL default0', + `weight` smallint(5) unsigned NOT NULL default0', Also, add the upgrade patch. ALTER TABLE `item_db_re` MODIFY `defence` SMALLINT(5) DEFAULT NULL;
  18. http://rathena.org/b...k-with-afk-hat/ Moving to source request.
  19. Not sure if this is the cause. r16796
  20. Updated. Report it if there's any bugs. Configs: // === [Config] ============================================= set .controller,0; // WoE Controller - Euphy|Toasty:0|1 setarray .reward,671,1; // Reward - <Item_ID>,<Amount>{,...} // ========================================================== error, is not working== Updated. v1.9 - Invalid array size when the last array value is 0. [Joseph] http://upaste.me/7b9a11687ff4d0ed I lost my upaste password, so I can't modify the existing one. ._. P/S: If you still facing any problems, please post your woe schedule.
  21. Updated. Report it if there's any bugs. Configs: // === [Config] ============================================= set .controller,0; // WoE Controller - Euphy|Toasty:0|1 setarray .reward,671,1; // Reward - <Item_ID>,<Amount>{,...} // ==========================================================
  22. im still waiting I'll get it done once I have some extra time. x.x
×
×
  • Create New...