Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/17 in all areas

  1. Or 6am and you're still awake and answering messages on your phone in bed. The eyeball hurt is real!
    2 points
  2. IM JUST A NEWBIE CREATING SPRITES BUT I WILL DID MY MORE AND MORE VERY BEST.. PLSS RATE MY CREATION GUYS..
    1 point
  3. add this to your mob_db.txt 3000,DOKEBI,Dokebi,Dokebi,68,2820,1,675,759,1,317,347,85,20,52,56,35,20,60,25,10,12,0,6,27,0x191,250,1156,456,384,0,0,0,0,0,0,0,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,969,9000,4098,1 then add this script prontera,167,178,3 script Gold Room Manager 965,{ mes "[ Gold Room Manager ]"; mes "I can warp you to the gold room."; next; if (select("Okay.:Not now.") == 2) { mes "[Gold Room Manager]"; mes "Come back to me if you've changed your mind."; close; } mes "[Gold Room Manager]"; mes "You'll be there quickly. c;"; next; mes "[ Gold Room Manager ]"; mes "Enjoy."; close2; warp "guild_vs1",50,50; end; } // Mob Spawn guild_vs1,0,0,0,0 monster Golden Dokebi 3000,300,0,0,0 // Exit guild_vs1,49,49,5 script Exit#1 790,{ warp "prontera",155,181; end; OnInit: waitingroom "Gold Gold Gold",0,0; end; } then reload script/npc , mobdb
    1 point
  4. use (Disable Doram Character Creation UI [Experimental]) patch in this NEMO and in the server side rathena-master\src\char\char.cpp search for if (start_job != JOB_NOVICE && start_job != JOB_SUMMONER) return -2; // Invalid job change it to if (start_job != JOB_NOVICE) return -2; // Invalid job
    1 point
  5. #define MAX_SKILL_PRODUCE_DB 300 /// Max Produce DB in skill.h and #define MAX_MOBSKILL 50 //Max 128, see mob skill_idx type if need this higher in map.h
    1 point
  6. If you're asking on 'Menu Tab' everything is in NEMO PATCHER sometimes you have to read carefully.
    1 point
  7. Is this can be used? I don't know but you can try. https://rathena.org/board/topic/85593-request-npc/?do=findComment&comment=213417 and https://rathena.org/board/topic/106579-item-link-input/ and
    1 point
  8. Thanks for your support guys ! That means very much. Winter effects are coming
    1 point
  9. Mob DB Mob Skills Quest DB Instance GhostPalace.txt
    1 point
  10. https://rathena.org/jobs_available/ https://rathena.org/board/forum/69-german-support/
    1 point
  11. Friendly reminder that you have options and nobody is disputing the pleasantness of the default theme- but when you lurk on the forums at 2AM - the blinding white light can cripple your eyeballs. Regards, ~Azura Skyy
    1 point
  12. you can use Act Editor and edit the sound for each action.
    1 point
×
×
  • Create New...