Jump to content

manuel

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by manuel

  1. error for ( .@i = 0; .@i < .@nb; ++.@i ) line 60 script:add_word: invalid word. A word consists of undercores and/or alphanum eric characters, and valid variable prefixes/postfixes. 55 : .@nb = query_sql(.@query$, .@name$, .@rank, .@kills, .@d ummy); 56 : if ( !.@nb ) { 57 : mes " No entry."; 58 : close; 59 : } * 60 : for ( .@i = 0; .@i < .@nb; '+'+.@i ) 61 : mes .@rank[.@i] +". "+ .@name$[.@i] +" -> "+ .@k ills[.@i] +" points"; 62 : close; 63 : case 2: 64 : if ( !query_sql( "SELECT `mvp_kills`, 1+(SELECT COUNT(1) FROM `mvp_rank` t1 WHERE t1.`mvp_kills` > t2.`mvp_kills`) FROM `mvp_rank` t2 WH ERE `char_id` = "+ getcharid(0), .@kills, .@rank ) ) { 65 : mes "You haven't kill MVP this week";
  2. line for mod : patch don't view. .... need code for patch
  3. ?? funci... ? app change ? this change ? skill damage no working svn last ¡`¡¡¡
  4. I don't know where to start to modify. the vip so that they have that characteristic .. I need an idea of where to start
  5. Hi my problem is Accound VIP How can I make VIP accounts not spend ammunition? battle.c
  6. I check npc to see functions thx Problem: if ( checkweight( .reward[ .@rank[.@s] -1 ], .amount[ .@rank[.@s] -1 ] ) == false ) { overweight: weight 1216/84970
  7. Hi, nice to meet you how can i make the npc ranking give prizes to the first place
  8. PROBLEM SKILL DAMANGE : Triple the damage of specific skills ALL LVL [Lv 5]: 7Flee Rate -45, Attack Speed -40% NOT DEBUFF OR BUFF EDIT SRC ? LAST VERSION ¡¡
  9. has sabido de algun otro metodo gratuito ?
  10. me ayudas a que funcione el lector de mac ?
  11. Hi i have problem this rates 10x Add img. Normal card 0.40% problem is up rate only 0.48% fix problem please thx ! Svn: date 27 / 11 / 2019
  12. error npc_event(sd,"TradeSecure::OnSettings",0); compile ... last version. ^^
  13. HI I AM BUY SCRIPT @DISCONET ... FOR MUCH TIME...

     

  14. tested ok in my pc not apply source code use @ die autodrop skull item in inventory If you kill the user in pvp so no revives the dead skull Users Ayuda ¡¡
  15. a taste I could help on the issue of giving the skull in my inventory please src/map/pc.c if(battle_config.bone_drop==2 || (battle_config.bone_drop==1 && map[sd->bl.m].flag.pvp)) { struct item item_tmp; memset(&item_tmp,0,sizeof(item_tmp)); item_tmp.nameid=ITEMID_SKULL_; item_tmp.identify=1; item_tmp.card[0]=CARD0_CREATE; item_tmp.card[1]=0; item_tmp.card[2]=GetWord(sd->status.char_id,0); // CharId item_tmp.card[3]=GetWord(sd->status.char_id,1); map_addflooritem(&item_tmp,1,sd->bl.m,sd->bl.x,sd->bl.y,0,0,0,0,0); } mmmmm.. give skull item in inventory, don't in the map area
×
×
  • Create New...