Search results

  1. ThyroDree

    Error Packet / Socket.c

    My server start to have this error [Error]: Sent wrong packet id: 0x2711 [Error]: --- failed assertion -------------------------------------------- [Error]: socket.c:2112: '0' in function `socket_validateWfifo' [Error]: ./login-server(+0x1d4ef) [0x5582705414ef] [Error]: ./login-server(+0x312cc)...
  2. ThyroDree

    Job Skills and Stats Modification

    Example: Stalker copied a skill from a Wizard Player [Storm Gust Level 10], and went to farm from monster but forgot to use preserve skill. On my suggestion even stalker forgot the preserve skill, it will not copy the skill from monster and lose the storm gust level 10. (Normally he/she will...
  3. ThyroDree

    Job Skills and Stats Modification

    Hello, Anyone willing to help with my little project.  :D Stalker - cannot copy skill from monster when got attacked Stalker - Reject Sword will also work on Spear,  and Axe Weapons (Original effect work only for Sword, Dagger) Assassin X - Enchant Deadly Poison will be cancelled...
  4. ThyroDree

    Adding Limit or Cap Resistance, Reflect Chance, and Skill Delay

    How can I put CAP Resistance to a Certain Race? Example instead of 100% resist, i will only cap it to 50% even he/she has equipment with 100% resist. Same goes to Reflect Change (Physical and Magical Reflect) to cap the limit only 50% For Skill Delay, how can I set a general after cast...
  5. ThyroDree

    CentOS 8 Stable to use?

    Hello, Anyone uses CentOS 8 to run your server? Is it stable to use? I recently purchased a VPS with CentOS 8 (OVH). But I've struggle looking for latest guide. Also looking guide for installing PHPMYADMIN(for SQL edits), and GNOME Desktop for CentOS 8. Thank you.
  6. ThyroDree

    [BUG] Experience Gained BUG?

    I don't know if this is client problem, It says PRIu64? Experience Gained Base: "PRIu64" (0.00%) Job "PRIu64" (200.00%) Anyone can help me fix this? I cant find where to fix this problem
  7. ThyroDree

    Recommended Linux OS 2020

    Good day,  Anyone could help me which OS is better? CentOS? If CentOS, the higher version is the better? Planning to purchase from OVH, OS are - CentOS 8, Debian 10, Ubuntu 19.10, and ArchLinux. (I only listed the highest versions) On my previous setup, if i remember I use CentOS and followed...
  8. ThyroDree

    Guild Capacity

    Hello, I wanno know if its possible to reduce the Guild capacity on Live Server.. Currently my server max capacity is 36, then I wanted to change it to 15 Members Maximum Capacity... Thank yyou~  :pat:
  9. ThyroDree

    3rd Class Suit without Skills

    This is my script for 3rd Class Item Suit { Id: 30745 AegisName: "Costume_3rdClass" Name: "3rd Class Costume" Type: 5 Buy: 1 Weight: 10 Job: { All: true Novice: false } Loc: 16 Script: <" changebase roclass(eaclass()|EAJL_THIRD); "> OnUnequipScript: <" changebase Class...
  10. ThyroDree

    Make other GM level use # command

    Hello, anyone can help me make other GM Level enable to use # command like #delitem, #itembound to players? Only level 99 GM can use # command how can i make it to other GM Levels too? Thank you!!
  11. ThyroDree

    Server received crash signal

    Running on Linux Centos 7: Hosted from BuyVM Error: Server received crash signal! Attempting to save all online characters! Anyone knows how to fix this? this error shows up every 1~2 hours the server is running
  12. ThyroDree

    exp_group_db.conf

    Hello, anyone has exp_group_db.conf (I can't find any from search) :( high than level 99/70 exp? Pre-re db.. I have a 255/120 and gives me this error [Error]: pc_read_exp_db_sub_class: Specified max 255 for group 'TranscendedClasses', but that group's base exp table only goes up to level...
  13. ThyroDree

    Anyone can help me configure conf files

    Hello, I'm looking for guides how to configure the conf files where I will put the Host IP and other things like SQL Accounts to make the server runs online.. If you guys know any guides please help me Thank you! :3
  14. ThyroDree

    make plugins looking for .so file

    Hello anyoen can help me when setting up my emulator and used ./configure , make sql then make plugins Make plugins gives me error, heres the error im getting. make  [1]: Entering Directory '/home/hercules/Trunk/src/plugins' make [1]: *** No rule to make target '../../plugins/sample.so'...
  15. ThyroDree

    Which most recommended OS for Linux VPS

    Anyone recommend which OS i will choose? Which one is easier to configure, I don't know anything yet. I just wanted to learn configure a server myself. Anyone can help? My choices are only  Centos 5,6,7 (64 bit) Debian 6,7 (64 bit) Ubuntu 12.04,14.04,16.04 (64 bit)
  16. ThyroDree

    Branch Room NPC Monster Kill and Drops

    Hello anyone can help? Adding command that cleans the room when a player enters the room, ex. If there is monster inside from previous renter, It will die and drops will automatically remove/clean. I tried to add atcommand "@killmonster";  :oops: prontera,165,161,4 script Private Branch Room...
  17. ThyroDree

    Private MVP Room

    Hello, Anyone can help me.. Getting this problem, I check my mapindex and maps in conf folder i have the 06guild_ maps written. [Debug]: mapindex_name2id: Map "" not found in index list! [Debug]: Source (NPC): Summoner#guil8 at 06guild_08 (49,49) [Debug]: mapindex_name2id: Map "" not found in...
  18. ThyroDree

    Soul Link Star Gladiator [Parrying & Damage]

    Enable to use Parrying and Lord of Vermillion Skill Go to your trunk/src/map/pc.c and look for: Go to your trunk/src/map/pc.c and look for: /* permanent skills that must be re-checked */ if( sd->status.skill[i].flag == SKILL_FLAG_PERMANENT ) { switch( skill->dbs->db[i].nameid ) {...
  19. ThyroDree

    [Parrying Skill] Star Gladiator Soul Link

    I found this source at rathena anyone can convert it to hercules source? Go to your trunk/src/map/pc.c and look for: for( i = 0; i < MAX_SKILL; i++ ) { if( sd->status.skill[i].flag != SKILL_FLAG_PLAGIARIZED && sd->status.skill[i].flag != SKILL_FLAG_PERM_GRANTED ) //Don't...
  20. ThyroDree

    Recommend a Hosting

    Anyone can recommend me where can I host the emulator i use? A budget friendly hosting for testing/starters. Location: Philippines
Back
Top