Jump to content

Dissidia

Members
  • Posts

    535
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Dissidia

  1. Yes, It works fine in windows 10. I don't know if it will work in windows 8. I test it in win 7 and 10 and works fine.
  2. Dissidia

    R>Command

    command that make an item drop to summon monster, example you summon poring and you want to add drop from him an item.. thanks
  3. please help here is the error: d:\rathena-master\src\map\skill.c(7303): warning C4013: 'clif_vend' undefined; assuming extern returning int here is the skill.c case MC_VENDING: if(sd) { //Prevent vending of GMs with unnecessary Level to trade/drop. [Skotlex] if ( !pc_can_give_items(sd) ) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); else { if (battle_config.extended_vending) { struct item_data *item; char output[1024]; int c = 0, i, d = 0; sd->vend_lvl = skill_lv; if (battle_config.item_zeny) d++; if (battle_config.item_cash) d++; for (c = d, i = 0; i < ARRAYLENGTH(item_vend); i++) { if ((item = itemdb_exists(item_vend[i].itemid)) != NULL && item->nameid != ITEMID_ZENY && item->nameid != ITEMID_CASH) c++; } if (c > 1) clif_vend(sd, sd->vend_lvl); else { sd->state.prevend = 1; if (c) { item = itemdb_exists(battle_config.item_zeny ? battle_config.item_zeny : battle_config.item_cash ? battle_config.item_cash : item_vend[0].itemid); sd->vend_loot = item->nameid; sprintf(output, msg_txt(sd, 1596), itemdb_jname(sd->vend_loot)); clif_colormes(sd->fd, color_table[COLOR_CYAN], output); clif_openvendingreq(sd, 2 + sd->vend_lvl); } else { sd->vend_loot = 0; clif_openvendingreq(sd, 2 + sd->vend_lvl); } } } else { sd->vend_loot = 0; sd->state.prevend = 1; clif_openvendingreq(sd, 2 + skill_lv); } } } break; Line 7303: clif_vend(sd, sd->vend_lvl);
  4. 10% chance of stun to enemy every use of magic skills. Please help thank you.
  5. is the global_reg_value is using still now? in latest rev thanks
  6. Core was generated by `./map-server'. Program terminated with signal 11, Segmentation fault. #0 0x081fc99b in status_calc_pc_ (sd=0xd353f40, opt=SCO_NONE) at status.c:3049 3049 memcpy(b_skill, &sd->status.skill, sizeof(b_skill)); Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6_5.1.i686 keyutils-libs-1.4-4.el6.i686 krb5-libs-1.10.3-15.el6_5.1.i686 libcom_err-1.41.12-18.el6.i686 libgcc-4.4.7-4.el6.i686 libselinux-2.0.94-5.3.el6_4.1.i686 libstdc++-4.4.7-4.el6.i686 mysql-libs-5.5.37-1.el6.remi.i686 openssl-1.0.1e-16.el6_5.7.i686 pcre-7.8-6.el6.i686 zlib-1.2.3-29.el6.i686 (gdb) bt full #0 0x081fc99b in status_calc_pc_ (sd=0xd353f40, opt=SCO_NONE) at status.c:3049 calculating = 10 base_status = 0xd35420c sc = 0xd3542bc b_skill = <error reading variable b_skill (Cannot access memory at address 0xbf31bb60)> b_weight = <value optimized out> b_max_weight = <value optimized out> b_cart_weight_max = <value optimized out> i = <value optimized out> skill = <value optimized out> refinedef = 0 index = -1 #1 0x081ff5ae in status_calc_bl_ (bl=0xd353f40, flag=SCB_ALL, opt=SCO_NONE) at status.c:4942 b_status = {hp = 45, sp = 30, max_hp = 549, max_sp = 30, str = 0, agi = 1240, vit = 1104, int_ = 0, dex = 0, luk = 1101, batk = 16318, matk_min = 0, matk_max = 0, speed = 112, amotion = 30, adelay = 60, dmotion = 400, mode = 46751, hit = 1, flee = 1241, cri = 4005, flee2 = 900, def2 = 1104, mdef2 = 552, aspd_rate = 1000, def = 20 '\024', mdef = 51 '3', def_ele = 0 '\000', ele_lv = 1 '\001', size = 1 '\001', race = 10 '\n', class_ = 0 '\000', rhw = {atk = 17, atk2 = 0, range = 1, here is my status src: http://www.mediafire.com/download/ez6z3cssvem8cf1/status.rar Please help. thank you so much
  7. hi, may I ask how to enable crash log in vnc viewer? how to enable it and how to debug? thanks
  8. requesting woe consolation script for those who participate in owe. thanks
  9. how to disable chatroom in source code? thanks. i will use it in @afk command. to make players can't use chat room . thanks in advance.
  10. the emperium can't hit once the hp is 1/4.. how to hit it? thanks
  11. set to 12 hours but when the player reach 12hours. they not disconnect from the server and still AFK..
  12. I did not post my full script. just that..is there any changes in query_sql in previous commit sir?
  13. Diamond Dust not working too..
  14. i have a lot of script ninja, dont know which one.. Ninja can you give me an example of your script before you fix it. and the script that fix the issue.. thanks..
  15. here is my addtimer in my scripts: addtimer 1000, strnpcinfo(0)+"::OnEnd"; is there any wrong with this? thanks sir
  16. after I update my server into latest, this script did not work anymore. what is the changes? please help me thanks..
  17. hi emistry once my server got reborn and back to level 1. and then reconnect. they can conenct. and show that disconnect from server. and never connect, i need to set their base level into 175 to connect again. thanks.. Emistry
  18. I see. it's different from before. thank you so much..
  19. there is no error with map server sir.
  20. @loadnpc npc/pre-re/custom/quest/mission_board.txt this command did not work.. what should i do?
  21. same as mine. how did you fix it sir? Ninja
  22. Hi Melody thanks for your quick reply. where can i found that setting? tnx thanks melody. i found it.
×
×
  • Create New...