Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/19 in all areas

  1. Good Day Rathena im the type who works with music and I'm kind off tired listening to my playlist over and over again so if you have any suggestions feel free to share here!
    1 point
  2. if(.s_all_loc[.@s_all_selected] == EQI_HAND_L && getiteminfo(getequipid(.s_all_loc[.@s_all_selected]),2) != 4){ mes "you can't enchant weapon from your left hand"; end; }
    1 point
  3. than you can replace all the codes with getinventorylist; for(.@i = 0;.@i<@inventorylist_count;.@i++){ if(@inventorylist_equip[.@i] == .@part){ .@ndx = .@i; break; } } if( (@inventorylist_card1[.@ndx] && getiteminfo(@inventorylist_card1[.@ndx],2) != 6) || (@inventorylist_card2[.@ndx] && getiteminfo(@inventorylist_card2[.@ndx],2) != 6) || (@inventorylist_card3[.@ndx] && getiteminfo(@inventorylist_card3[.@ndx],2) != 6) || (@inventorylist_card4[.@ndx] && getiteminfo(@inventorylist_card4[.@ndx],2) != 6) ){ mes "enchantment detected!"; end; }
    1 point
  4. Try this https://gist.github.com/anacondaq/3479caee38df5738d81ea1ab5454c512 Not tested, I just wrote the code while doing something else, it can not work at all, or can have dozens of bugs, or even critical problems or even crashes. Use it on your own risk. cashshop_ui_itemid_as_currency.diff
    1 point
  5. //===== rAthena Script ======================================= //= RWC Izlude NPC Shops //===== By: ================================================== //= TheFinalEpisode //===== Current Version: ===================================== //= ---- //===== Compatible With: ===================================== //= rAthena GIT / Ragexe v. 2013-08-07a / kRO //===== Description: ========================================= //= RWC Izlude NPC Shop //===== Additional Comments: ================================= //= ---- Based on RWC 2013 *(Held in Japan) Released Info //===== Reported Error: ====================================== //= ---- [Warning]: npc_parse_shop: Item Suicidal_Device discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Item Ear_Of_Black_Ears discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Item Holy_Bonnet discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Item Blue_Coif_ discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Item Orc_Hero_Helm discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Item Claw_ discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Balistar_ discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Book discounted buying price / is less than overcharged selling price //= ---- [Warning]: npc_parse_shop: Bible discounted buying price / is less than overcharged selling price //= ---- [Warning]: item error: Angelic_Chain is not slotted //= ---- [Warning]: item error: Satanic_Chain is not slotted //= ---- [Warning]: item error: Neo Poll Axe was replaced by Poll Axe [1] //= ---- [Warning]: item error: Neo Combat Knife was replaced by Combat Knife //============================================================ License: These work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License http://creativecommons.org/licenses/by-nc/3.0/ rwc_npc_shop.txt
    1 point
×
×
  • Create New...