Jump to content

Adam

Members
  • Content Count

    66
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    Adam got a reaction from evilpuncker in Force warp back upon death   
    That would work, you're right there evilpuncker.
    Still worth to be considered as a bug since in this case -let's say I'm a sadistic person and I want the players to die upon killing the wrong poring muhahahah....but such situation could happen in many other scripts- I need a post-mortem action: The warp back.
    Now the problem would be, as Ind mentioned in Annie's bug report; this could be intended and/or considered as a preventive counter-measure to prevent people to interact with NPC when they already are dead.
     
    Out of my hands for now.
  2. Upvote
    Adam reacted to Alexandria in Texture Translation Project   
    Related to that.
     
    My friend (she is from Korea) helps me to translate those buttons.
     
    I have her permission to post our conversation. I'm doing this to have suggestions about the translation that she gave me.
     
    let's begin.
     
    ===============
     

     
    File name: apply_individual.bmp
    Korean words: 개인으로신청
    Suggestion in English: game invitation
    Log chat: SS1 SS2
     
    ===============
     

     
    File name: esc_001a.bmp
    Korean words: 게임설정
    Suggestion in English: Game Settings
    Log chat: SS1
     
    ===============
     

     
    File name: btn_big_unused_a
    Korean words: 이용안하기
    Suggestion in English: Exit Game
    Log chat: SS1
  3. Upvote
    Adam reacted to evilpuncker in Is rAthena DB compatible with Hercules BD?   
    if you mean the sql, just go to your phpmyadmin and execute the file called rAthena-main-upgrade.sql and those two if you use sql logs:
     
    -- Upgrades to table `picklog`ALTER TABLE `picklog` MODIFY `type` enum('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL default 'P';-- Drop table `cashlog` since it's not used in HerculesDROP TABLE IF EXISTS `cashlog`;  
    as for our different item_db structure, convert the old item_db.txt into our new item_db.conf using this: http://haru.ws/hercules/itemdbconverter/
  4. Upvote
    Adam reacted to evilpuncker in Harmony... making a return?   
    so much hate in here
  5. Upvote
    Adam reacted to evilpuncker in Get last_mac Address   
    IT IS BROKEN AND NOT COMPATIBLE WITH LATEST HERCULES AS OF (29/05/2016) ANY DEV IS FREE TO POST THE UPDATED CODE
     
    By Ryuuzaki
     


     
    NOTE, do backups of your src folder AND your login mysql database.
     
    1. Download the file I attached.
    2. Place mac_check.patch into your hercules folder and apply the patch via GIT (or add it manually if you got problem with GIT).
    3. Recompile the server, do NOT start the server yet!
    4. Open your mysql tool (or phpMyAdmin) and select your ragnarok (server) database.
    5. Copy the below text into the query window
     
    ALTER TABLE `login` ADD COLUMN `last_mac` VARCHAR(18) NOT NULL DEFAULT '' AFTER `pincode_change` ;   
    6. Click run / apply to add the new last_mac to your login database.
     
    You are set serverwise!!
     
    What do you need to send the mac?
     
    1. Your client must have the "Use SSO login packet" diff enabled.
    2. You need to use a launcher to run your client, like ROCred.
    3. That's all.
    4. Enjoy!
     
    last_mac.patch [mirror¹] [mirror²]
×
×
  • Create New...

Important Information

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