Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/16/25 in Posts

  1. pc.hpp: case SP_NO_GEMSTONE: if(sd->state.lr_flag != 2 && sd->special_state.no_gemstone != 2) sd->special_state.no_gemstone = 1; skill.cpp // Check requirement for gemstone. if (itemdb_group.item_exists(IG_GEMSTONE, req.itemid[i])) { if( sd->special_state.no_gemstone == 2 ) // Remove all Magic Stone required for all skills for VIP. req.itemid[i] = req.amount[i] = 0; else { if( sd->special_state.no_gemstone || (sc && sc->getSCE(SC_INTOABYSS)) ) { // All gem skills except Hocus Pocus and Ganbantein can cast for free with Mistress card -helvetica if (skill_id != SA_ABRACADABRA && skill_id != HW_GANBANTEIN) req.itemid[i] = req.amount[i] = 0; else if( --req.amount[i] < 1 ) req.amount[i] = 1; // Hocus Pocus always use at least 1 gem } } } There are a lot of checks, just search no_gemstone
    1 point
  2. Your license and its corresponding hardcoded keys in src are for your private use. If you're going to sell your emulator, you'll have to remove your license, which means you won't have access to utilities like LGP, packet encryption, etc. If you sell the license to increase the value of your mediocre emulator, it's normal for it to be removed. Why aren't you ashamed to come and cry because they've taken away a service that you were trafficking illegally? The ones who should be complaining are the clients you scammed with your mediocre courses and information.
    1 point
  3. Browedit 3 Browedit 3 1 - Intro Browedit 3 2 - Setup Browedit 3 3 - Height Edit Browedit 3 4 - Texture Edit Browedit 3 5 - Object Edit Browedit 3 6 - Gat Edit Browedit 3 7 - Wall Edit Browedit 3 8 - Color Edit Browedit 3 9 - Lightmap Browedit 3 10 - Minimap Browedit 3 11 - Cinematic Browedit 586 Browedit 586 1 - Basic Tutorial Ragnarok Online Map Editor *The map is available to download in Rathena, link in the video description. Subtitles in English and Portuguese. Special thanks to @Taiga (PTBR Translation) Browedit 586 2 - Basic & Intermediate Tutorial Ragnarok Online Map Editor Browedit 586 3 - Quick Tips: Navigation Browedit 586 4 - Quick Tips: Lightmaps Browedit 586 5 - Quick Tips: Mini Map
    1 point
×
×
  • Create New...