Jump to content

安赫尔

Members
  • Content Count

    163
  • Joined

  • Last visited

Everything posted by 安赫尔

  1. I change this to 7,30 is too long not pretty ^ ^
  2. I am testing in clean SVN. 13836 1st. Script Use our svn Herculestrunknpcrequestscupet.txt When NPC loading pet menu, The map is crash. close; } callfunc "cute_pet_manager",.@tame_id,.@tame_amount,.@hunt_id,.@hunt_amount,.@mob_id,cpm_three,.@tame_gets,.@hunt_id2,.@hunt_amount2;} // Create Menu System for (set .@a, 0; .@a < getarraysize(getarg(0)); set .@a, .@a + 1) { set .@menu$, .@menu$ + (.@menu$ == "" ? "" : ":") + getitemname(getelementofarray(getarg(0), .@a)); } // Query Player Choice 2nd/3th. Scripts And other scripts is SQL_Mission_Board 1.3 by Emistry & 1.4 by Annie. When NPC loading any GM menu, The map is crash. break; Case 4: // get info from SQL. do{ mes "^0055FF[ "+.@npc_name$+" ]^000000"; deletearray .@id; query_sql( "SELECT `id`,`title`,`min_lv`,`max_lv` FROM `mission_board` WHERE `npc_id` LIKE '%|"+.@mission_npc_num+"|%' LIMIT "+.max_page_size+" OFFSET "+.@offset,.@id,.@title$,.@min_lv,.@max_lv ); .@offset += .max_page_size; .@size = getarraysize( .@id ); if( !.@size ){ I use old SVN 13776, These 3 scripts is work fine.
  3. Nice it's effect. We are testing the stability. Thank you annie. I remember that you may writen a status modify scripts like this. When I coping , I feel as if seen.
  4. I remeber use this, not in svn Here decorative fashion music data.rar Clients support when use date after 201312xx
  5. Acts like a Trojan horse program, but will not harm your system
  6. Can you share V4P php code?
  7. Oh, it no effect in my test server. It works fine in Public Server. And other question, can I set this run every xx minutes? OnMinute00:Onbbb:// while ( .@j++ < 100 ) { // ran a test with 100 times I add a OnMinute00: in this line, but it not run.
  8. I am trying this http://upaste.me/ab41105653011d513 your lucky-pick-event. I found bindatcmd "asdf", strnpcinfo(0)+"::Onbbb", 99,100; this command has no effect(no any error report). Already add your source getservermember
  9. felt like this has gone off-topic you mean in woe/pvp/gvg map, there is a capped aspd ? guild_vs1 mapflag baspd 190if your server has 195 as max_aspd, but in guild_vs1 only has max_aspd 190, like this ? En yes!
  10. HI annie, can make map_zone_db.conf to set aspd in battle or woe maps.?
  11. I want to modify FluxCP itemiew, increase a item description table. I am already make a MySQL DB. Table name is 'item_db_desp' . Garbled because it is the Chinese utf8 format. Only 2 cols. 'id' and 'desp'. ID: ItemID Desp: After finishing my items text description. After that, I were to modify the 'trunkmodulesitemview.php' and 'trunkthemesdefaultitemview.php' trunkmodulesitemview.php $isCustom = null; // Item Description $sql = "SELECT $col FROM {$server->charMapDatabase}.item_db_desp WHERE"; $col = 'items.id AS item_desp_id,'; $col .= 'desp, origin_table,'; $col .= "$itemsTable.desp AS item_desp_id, item_desp";if ($item) { trunkthemesdefaultitemview.php <tr> <th>Item Description</th> <td><?php echo htmlspecialchars($item->item_desp) ?></td> </tr> <tr> <th>Item Script</th> I know for sure is wrong, so would like to ask how should it be able to read it. Thank you very much.
  12. Look's like you have wrong folder. Standard is: data ------- sprite ------- ------- 酒捞袍 ------- ------- 厩技荤府 ------- -------------- 巢 ------- -------------- 咯 ------- texture ------- ------- 蜡历牢磐其捞胶 ------- -------------- item ------- -------------- collection
  13. I am testing it http://rathena.org/board/files/file/3089-sql-mission-board/ When setting a hunting mission. Everything is ok, no errer and SQL table is alright write mission settings. But when I click publishing Mission. the NPC replay:"Mission removed due to expired." this is in line 1176. And test to kill monster. absolutely not calculated. also no error. ------ I feel it like hunting mission, but looks like Emistry does's use any 'global_reg_value'. May this script is not be very compatible with Hercules. Who can help this. thanks! --- Oh sorry I think it's my bad. The mission must setting Completion Time
  14. If the two can be select both Is perfect
  15. Can you paste a screen shot of your clients folder, and file size here : ) this is too small......
  16. You can use another program to make your grf file, Just like grfmaker. After your grf files made. you should to use AGRFTool.exe to open it, and set KEY then Repack GRF.
  17. When I jumpto Morocc City, will show this notice. And use @jump in Morocc City, it also show it.. I can not see how something is missing.
  18. 安赫尔

    Slavele

    Oh, Annie. My queen!
  19. ohmy, is the new map system can work?
  20. I Disable LG_EXEEDBREAK. I think it will been fix soon by develpers.
×
×
  • Create New...

Important Information

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