Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/10/18 in Posts

  1. 1 point
    banhelba2019

    (Name)'s Item creation question

    go to your skill.c switch (skill_id) { case BS_DAGGER: case BS_SWORD: case BS_TWOHANDSWORD: case BS_AXE: case BS_MACE: case BS_KNUCKLE: case BS_SPEAR: case BS_PLUS: flag = battle_config.produce_item_name_input&0x1; break; case AM_PHARMACY: case AM_TWILIGHT1: case AM_TWILIGHT2: case AM_TWILIGHT3: flag = battle_config.produce_item_name_input&0x2; break; case AL_HOLYWATER: /** * Arch Bishop **/ case AB_ANCILLA: flag = battle_config.produce_item_name_input&0x8; break; case ASC_CDP: flag = battle_config.produce_item_name_input&0x10; break; default: flag = battle_config.produce_item_name_input&0x80; break; } find this and probably somewhere here, i havnt test out adding it to my own items but i did remove names off of one of my creation lists so i know its this
  2. 1 point
    bWolfie

    BlackoutRO - Super High Rate

    About BlackoutRO Oh, hey, what's up? long time no chat u gm. BlackoutRO is a very old server. It first opened in 2006. After 10 years of service, in 2015, it closed due to the neglect of development. In 2016, the server was rebuilt from scratch and went through a long testing phase. August 2018 saw the full relaunch of the server. Read more about the history of BlackoutRO: [Click here] Why should you invest time in BlackoutRO? Here at Blackout, we are all about fast-paced BG, PvP and WoE. Do the words "skill spam" send tingles down your spine? They should. Free-flowing battles is what we all crave. How about "competitive War of Emperium"? We boast the most consistently competitive private server WoE scene. Since 2010, players have attended Wars with open arms, ready to be torn to shreds and to repeat it week after week. As of August 2018, "Pay to Win" elements have been removed from the server. To become a serious player, you'll need to actually play the game. Good? Bad? You decide! We, the Staff Team, are all about making ethical decisions in the best interest of the server. The server always comes before one's own interests. These values, along with our strong connection to our community, will be what drive us forward, and is why you should feel comforted in investing time into BlackoutRO. Join our community. It'll be the time of your RO life. www.blackout-ro.net Server Information Server Opened: August 16, 2018. The current database has been live since September 2016 - all items and zeny from before then were lost due to the server being rebuilt from scratch. Accounts, characters and guilds were retained. Server Location: California, USA Mode: Pre-Renewal Maximum Base / Job Levels: 500 / 120 Base / Job Experience Rates: 10001x / 10001x Drop rates: 100% (most common items and MvP drops), 30% (most equipment), 10% (cards) Maximum Stat Value: 450 Maximum Attack Speed: 197 Instant Cast: 170 DEX Status Immunity: 300 LUK
  3. 1 point
    Habilis

    BlackoutRO - Super High Rate

    Server very n00b, admin very n00d Good luck! And alotta success bruhh
  4. 1 point
    Dastgir

    A way to add / commands

    clif.c
  5. 1 point
    Dastgir

    A way to add / commands

    There's 2 way to do it: 1) custom DLL which accepts /commands and send specific packet (which you don't want and also it requires some knowledge about client) 2) source editing: check chat functions from pc.c and modify it to accept / for commands. Then make custom atcommand.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.