Jump to content

Napster

Members
  • Posts

    196
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Napster

  1. Do you have item with ID 30001 in your item_db.txt ? Of course, i forgot make fix if file item_vending.txt is empty.... I have item_id all but chose any one in item_vending.txt (select 1 mode for use) can't build shop if remove // item_id all list in item_vending.txt you can build shop I think file item_vending.txt is empty bypass --> zenymode default
  2. Bug Report v1.6 Map Serv Crash if Use skill Vending Map Server Crash and Setting config case MC_VENDING: if(sd) { if ( !pc_can_give_items(sd) ) //Prevent vending of GMs with unnecessary Level to trade/drop. [skotlex] clif_skill_fail(sd,MC_VENDING,USESKILL_FAIL_LEVEL,0); else { if(battle_config.extended_vending){ struct item_data *item; char output[1024]; int i,c; sd->vend_lvl = skilllv; for( c = 0, i = 0; i < MAX_INVENTORY; i ++ ) { if((item = itemdb_exists(item_vend[i].itemid)) != NULL) c++; } if(c > 1) clif_vend(sd,sd->vend_lvl); else { item = itemdb_exists(item_vend[0].itemid); sd->vend_loot = item->nameid; ------------------> core dump report error this line sprintf(output,msg_txt(706),itemdb_jname(sd->vend_loot)); clif_displaymessage(sd->fd,output); clif_openvendingreq(sd,2+sd->vend_lvl); } } else clif_openvendingreq(sd,2+skilllv); } } break; And Bug can't Create Shop // Specific items for Vending System // Format: ItemID // For Zeny use 30000, for Cashpoints use 30001 // Max items is equal MAX_INVENTORY ( 100 by default ) // Zeny //30000 // CashPoints 30001 <------ Chose one item_id can't create shop vending // TCG Card //7227 // Mithril Coin //674 // Silver Coin //675 // Bronze Coin //673 Pls Confirm again
  3. if want zeny mode only defalut but don't want show SelectArrow windows how to fix this? I think zeny mode only can't show SelectArrow windows
  4. @Earthlingz How to fix problem on 2012-xx-xx or later ? When connect to map server [info]: clif_parse: Disconnecting session #7 with unknown packet version.
  5. what do you want control Barricade on your script ?
  6. this command can't use for setwall if you want rewrite new script sample script on WoeSE
  7. You can show script that ? i want to see script barricades
  8. use scriptcommand onground mob_id 1905 x,y
  9. Your Server mod Src achievement right ? this problem map server crashing when use script command " atcommand" you can change plugin report // Crash reporting for Windows //plugin: exchndl <-- disable // Alternative, improved crash reporting for Windows plugin: dbghelpplug <-- enable but not both
  10. @ Judas new client kro 2012 remove web browser button ?
  11. I test again on rAthena Lasted 154xx with achievement.patch Same this Problem about atcommand script Compile VC 2010 Found Problem And Coredump Map Server Crash
  12. I Test on eAthena r15067 with achievement .patch only and include script i think this problem about atcommand command user atcommand "@item 501 1"; or other if remove this script ok pass! map server crash Compile on VC 2010 Coredump
  13. I have found problem with achievement .patch map server crash away if include script command Boom Disconnect and map server crash please check and fix
  14. remove <passwordencrypt /><passwordencrypt2 /> in XML
  15. Napster

    Lub -> Lua

    rewrite new skillinfolist sample and modify skillinfo_f.lua Function #8 and Function #12
  16. Thank you for your answer @Judas Client 2011 it very bug = = I rewrite skillinfo_f.lua add on function IsLevelUseSkill support bSeperateLv and SpAmount and attackRange I hope fix this problem delay T^T
  17. um.. delay packet .. and how to fix this ? or change new client higher ? up to 2011-12-xx only? all bug of gravity right? and problem use all potion no sound effect -0-
  18. @Judas I have tested Client 2011-11-22a find problem delay effect use item type consume (red yellow white) but on click and effect item delay 2-3 sec per effect and no sound effect for consume item You have this problem ? And Skill Body Relocation no have Motion effect can't use this skill
×
×
  • Create New...