Jump to content

Break

Members
  • Posts

    158
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Break

  1. Break

    Antistatus

    How to make immunity to all statuses, if all values of Str / Agi / Vit / Int / Dex / Luk is 300 for example?
  2. If a player enters the arena and leaves it, then Waitingroom with player count not change.
  3. [Warning]: script: buildin_getmapxy: Invalid type 128. [Debug]: Source (NPC): Clucker at prontera (163,226) [Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
  4. [Debug]: NPCEvent 'Eventos::OnEndEvent' not found! (source: Event_DevilSquare)
  5. I am just using https://github.com/zackdreaver/ROenglishPRE But the solution was: Official status change ids (number) in file status.cpp do not match with efstids.lub
  6. When I use items, the buff icons are displayed differently and do not meet the requirements. For example, the Buble Gum icon is displayed like this and the description is How to fix this? Thanks. Client 2015-09-16aRagexe.
  7. This release does not require changes to the source code.
  8. I will try to update in the near future for the latest version of the rAthena. Open ../src/login/account.cpp Search: "SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`, `pincode_change`, `vip_time`, `old_group` FROM `%s` WHERE `account_id` = %d", Change to: "SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`, `pincode_change`, `vip_time`, `old_group`,`lock_id` FROM `%s` WHERE `account_id` = %d", Search: "SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`, `pincode_change` FROM `%s` WHERE `account_id` = %d", Change to: "SELECT `account_id`,`userid`,`user_pass`,`sex`,`email`,`group_id`,`state`,`unban_time`,`expiration_time`,`logincount`,`lastlogin`,`last_ip`,`birthdate`,`character_slots`,`pincode`, `pincode_change`, `lock_id` FROM `%s` WHERE `account_id` = %d", Search: #ifdef VIP_ENABLE Sql_GetData(sql_handle, 16, &data, NULL); acc->vip_time = atol(data); Sql_GetData(sql_handle, 17, &data, NULL); acc->old_group = atoi(data); #endif After add: Sql_GetData(sql_handle, 18, &data, NULL); acc->lock_id = strtoul(data, NULL, 10);
  9. Open ../src/login/account.hpp After: #ifdef VIP_ENABLE int old_group; time_t vip_time; #endif Add: unsigned int lock_id;
  10. View File @lockid - Account Protection for Gepard Bind your account to the hardware and login the game only from it. Compatible only with Gepard Shield Submitter Break Submitted 06/14/2018 Category Source Modifications Video Content Author Functor, Break  
  11. View File Guild Locations Rent of guild locations. Used: Default map (gld2_prt) Features: Warp to the location using the @gogl command Call of the MVP every 12 hours Kafra NPC PVP Switcher Guild Storage with password Note: Cost of location - x for each location its price Rent locations only to guild masters You can only rent one location for your guild Submitter Break Submitted 06/28/2018 Category PvP, GvG, WoE, Battleground Video Content Author Break  
  12. Version 2.0.0

    29 downloads

    Rent of guild locations. Used: Default map (gld2_prt) Features: Warp to the location using the @gogl command Call of the MVP every 12 hours Kafra NPC PVP Switcher Guild Storage with password Note: Cost of location - x for each location its price Rent locations only to guild masters You can only rent one location for your guild
    5.00 USD
  13. View File MVP Pets Includes: Client files Server files Example script Readme instruction You can view Information about MVP Pets from Word file attached below. Submitter Break Submitted 06/14/2018 Category Source Modifications Video Content Author Break  
  14. View File Calendar System Every day is a random bonus. A total of 16 days. There is a picture for each day. There is an opportunity to display information about the day on the site, as well as change the day through NPC in the game. Submitter Break Submitted 06/14/2018 Category Utilities Video Content Author Break  
  15. Version 2.0.0

    7 downloads

    Every day is a random bonus. A total of 16 days. There is a picture for each day. There is an opportunity to display information about the day on the site, as well as change the day through NPC in the game.
    3.00 USD
  16. Version 1.0.0

    24 downloads

    Bind your account to the hardware and login the game only from it. Compatible only with Gepard Shield
    5.00 USD
  17. Version 1.4

    75 downloads

    Includes: Client files Server files Example script Readme instruction You can view Information about MVP Pets from Word file attached below.
    10.00 USD
  18. View File BG & WOE Ranking Addon for FluxCP. For working needed eAmod Submitter Break Submitted 05/21/2018 Category FluxCP Addons Video Content Author Break  
  19. Version 1.0.0

    36 downloads

    Addon for FluxCP. For working needed eAmod
    10.00 USD
  20. Sorry for the delay, was too busy. Uploaded the updated index and rss library files. Please replace these files from main folder.
  21. You can find this files in PSD folder theme (buttons, facebookBtn, menuLinksLeft)
  22. Switched to English Default Theme. Added all psd files and upload more screenshots. Good Luck!
  23. View File FluxCP Theme: AeRO bootstrap Full Coded Theme (bootstrap adaptive design) Includes: PSD logo Enjoy! Submitter Break Submitted 11/23/2017 Category Fully Coded Themes Video Content Author Break  
×
×
  • Create New...