-
Posts
534 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Dissidia
-
command that make an item drop to summon monster, example you summon poring and you want to add drop from him an item.. thanks
-
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);
-
thank you so much..
-
10% chance of stun to enemy every use of magic skills. Please help thank you.
-
hi thanks for your reply.
-
is the global_reg_value is using still now? in latest rev thanks
-
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
-
hi, may I ask how to enable crash log in vnc viewer? how to enable it and how to debug? thanks
-
requesting woe consolation script for those who participate in owe. thanks
-
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.
-
the emperium can't hit once the hp is 1/4.. how to hit it? thanks
-
set to 12 hours but when the player reach 12hours. they not disconnect from the server and still AFK..
-
thanks. I will try it sir..
-
I did not post my full script. just that..is there any changes in query_sql in previous commit sir?
-
Diamond Dust not working too..
-
rathena Error: WFIFOSET: Maximum write buffer
Dissidia replied to Ninja's question in Scripting Support
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.. -
rathena Error: WFIFOSET: Maximum write buffer
Dissidia replied to Ninja's question in Scripting Support
here is my addtimer in my scripts: addtimer 1000, strnpcinfo(0)+"::OnEnd"; is there any wrong with this? thanks sir -
after I update my server into latest, this script did not work anymore. what is the changes? please help me thanks..
-
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
-
I see. it's different from before. thank you so much..
-
there is no error with map server sir.
-
@loadnpc npc/pre-re/custom/quest/mission_board.txt this command did not work.. what should i do?
-
rathena Error: WFIFOSET: Maximum write buffer
Dissidia replied to Ninja's question in Scripting Support
same as mine. how did you fix it sir? Ninja -
Hi Melody thanks for your quick reply. where can i found that setting? tnx thanks melody. i found it.
-
how to set the server's max damage to 50m? all skills and normal attack. thanks in advance,