Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Kuya Jeo

  1. @@rewindz me too i cant figure it out haha i will bump this if i saw the exact line for this
  2. @@classy5 just create new database and import logs.sql example is like this // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok_logs log_codepage: log_login_db: loginlog
  3. PROTECT YOUR SERVER AND SAVE YOUR PLAYERS! Account Panel Feature • Reduce Hacking Cases in your server • To Lock or Unlock Account use @protect command • Able to Send Message to Reset your Password • Able to Reset your Password using Item or Send Request to GM • Able to see Admin Action in your Request Message • Able to Change Password • Able to Verify your Account if account get blocked/banned • Able to see the GM Name who banned/block your account • Unable to use @protect while in vending • Unable to use Fly Wing/Butterfly Wing • Unable to Invite you in a Guild • Unable to Usable/Healing Items • Unable to enter Public Chat ( Waiting Room ) Locked account cannot perform the following actions : Disabled Actions 1. Cannot Trade/Deal 2. Cannot Drop 3. Cannot Pick Items 4. Cannot Sell/Buy Items in NPCs 5. Cannot Open Vend/Store Shops 6. Cannot Gain Exp ( even if Even Party Sharing ) 7. Cannot Attack any Player or Monster ( But Player/Monster can Attack you ) 8. Cannot store or use storage 9. Cannot join in Party/Guild 10. Cannot use skills 11. Cannot Sell Item in Store Shop 12. Cannot use any Commands except @protect and bindcommands --> Admin Panel Features<-- • Can Reset Protect Account Password • Can Reset All Players Protect Account Password • Can Read Pending Request to Reset Protect Account Password • Can Block/Banned Player by using @protect • Can Unblock/Unbanned Player and send Verification Note to the Player • Able to send Verification Code(Randomize) • Unable to use @protect command Mysterious told me that i can post showcase script here First Features Second Features Third Features
  4. Kuya Jeo

    bgm 01.mp3

    @@Nagad try to change 01.mp3 in BGM folder if you want to change it the BGM in loginscreen maybe it is embedded in RagExe, try to HEX it if you want to change it
  5. @@Nagad the font is Arial, about in Miyabi Doll Card i think it just a graphical problem but still its arial font
  6. @@evilpuncker it has Homunculus S > conf/battle/homunc.conf // Max level for Homunculus S homunculus_S_max_level: 150 @@classy5 i think you misconfigured the inter-server.conf and you need xampp or wampp to run the server
  7. I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. I'm fairly new at this, what am i suppose to do with those Thanks for the reply BTW. can you post the line on the script?
  8. @@anjasoleil0 i think this is the line for that src/map/skill.c case GS_DESPERADO: if (rnd()%100 < src->val1) skill->attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick,0);
  9. @@hackerjung i use 2013-08-07 no problem haha
  10. @@Pedroooo https://rathena.org/board/topic/68471-utility-race-of-the-day/ convert this to hercules here you go http://pastebin.com/Qn2CamT7
  11. @@Jenox here you go Note : change the 501 (red potion) if( Class==Job_Alchemist || Class==Job_Creator ) { skill WZ_METEOR,1; bonus2 bAddMonsterDropItem,501,10000; }; if (Class==Job_Blacksmith || Class==Job_Whitesmith) { bonus2 bSkillAtk,WS_CARTTERMINATION,10; } { put the script here },{},{}
  12. @@xlaws27 this map is encrypted, i try to pack it to GRF and view it in GRF EDITOR but it says that its encrypted
  13. @@xlaws27 did you rename the map? because if you renamed the map then it cause error, if you want to rename the map use browedit
  14. it should be like this { if( Class==Job_Alchemist || Class==Job_Creator ) { skill WZ_METEOR,1; bonus3 bAddMonsterDropItem,7135,0,10000; bonus3 bAddMonsterDropItem,7136,0,10000; } if (Class==Job_Blacksmith || Class==Job_Whitesmith) { bonus2 bSkillAtk,WS_CARTTERMINATION,10; } } , {} , {}
  15. add first your map_cache.dat before adding new maps
  16. are you sure that you are using hercules? because hercules is not using item_db2.txt anymore. its ITEM_DB2.conf
  17. @@Jenox did you read? trunk>npc not in the db, mobs warps etc. are in the npc
  18. goto trunk>src>config>renewal.h and disabled or put // to all renewal related to make all renewal (NPCs/MOBS/ETC) rename the folder re to pre-re rename first the pre-re to any name you want path : trunk>npc>pre-re (rename this any name you want ) lastly rename the re folder to pre-re path : trunk>npc>re ( rename it to pre-re ) EDIT : recompile your server after you edit the renewal.h
  19. It won't lag if players are over 200 , becoz the freeloop command can prevent the lagging of huge loop Can you translate this line in english? you can read doc/script_commands.txt 80,80 is the required GM Level. Did I get that right? GM Level 80 and above 80
  20. @@Aurora yeah it has restriction bindatcmd "shower",strnpcinfo(3)+"::OnShowerCommand",80,80;
  21. @@Bringer you cannot put the dragon mount because it needs the dragon riding but even if you put the dragon riding skill in the lord knight class, dragon mount wont show up Edit and Added : and beside, this is just a changebase and not really change it class from LK to RK
  22. Kuya Jeo

    Auraset

    @@Visual make clean make plugins make sql
×
×
  • Create New...

Important Information

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