Jump to content

Jezu

Members
  • Posts

    566
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jezu

  1. you need to conquer all castle first as an Admin. So yung mga players mo ay di nila masasakop yung mga dapat hindi naka open.
  2. It is not advisable to get a daily rewards script as it can be turn to abuse-able by your players. - Abuse-able by creating multiple accounts and then transfer to main account.
  3. 1 lang talaga ang damage pag sa emperium, kasi naka renewal mode ka.. kahit sa pRO, iRO at kRO ay 1 lang ang damage sa Emperium.
  4. @Lilith The 1.8.1 patch for the extended vending system is having an error when compiling like the post above of this. Please re-update this Lilith as this is really important on my server too =) by the way, great system and script !
  5. Yes patr3k, papalitan mo lang sa login table mo yung 'level' at papalitan mo lang ng 'group_id'. galing ako ng 3ceam, then nung nagpalit ako ng server files at client, yan lang ang pinalitan ko sa database ko sa phpmyadmin. Ayun nag ok naman at smooth ang gaming.
  6. Special mention to Master @Emistry for making this script and it help me a lot! But there is a little problem.. How do I make this script that only 3rd class affect. - script Reset -1,{ OnPCLoginEvent: if( JobLevel >= 70 ){ set JobLevel,50; resetskill; set SkillPoint,168; } end; } Thanks in advance guys!
  7. Well-detailed guide for newbies. Great tutorial @Matrixfox ! +1 up Hope mods pinned this kind of guide.
  8. Jezu

    Anti Corruption

    Im very sure, you're looking for this with SQL logs and online view: http://rathena.org/board/topic/60513-event-ticket-rewarder-php-log-viewer-anti-gm-corruption/
  9. I just released this few minutes ago.. all credits goes to @Chilly http://rathena.org/board/topic/67014-endless-tower-2-the-endless-cellar-a-custom-sequel-to-endless-tower-by-chilly/
  10. NOTE: This script was saved from my hardisk and all credits to our good scripter @Chilly for making this such great script! Endless Tower 2: The Endless Cellar A fully instanced custom dungeon containing all monsters, mini bosses, and mvps(with a few exceptions) up to episode 13.2 that were not in Endless Tower. Its a total of 77 floors with mvps being every 4 floors, and on the last floor there are a number of mvp fights in a row including 2 event mvps. Credits to Saithis for his Endless Tower script, most of the code i used came from his script. Dont forget to add the maps: conf\maps_athena.conf map: 1@new map: 2@new map: 3@new map: 4@new map: 5@new db\map_index.txt 1@new 2@new 3@new 4@new 5@new then run mapcache.exe~ Download Link: (Script and Client-side are included on one rar file) http://www.mediafire...a52kaz75u8am238 Endless Cellar.rar
  11. In that case, you are only editing their levels and job, but their stats and skill will remain as 255/120. The thread starter wanted to reset his players to make them 99/70. Additionally, you can add resetstatus or resetstat on the script or copy this and enable it to your script_custom.conf - script Sample 757,{ OnPCLoginEvent: if( JobLevel >= 69 ){ set JobLevel,50; resetskill; resetstat; // if you get error on your console, change this to resetstatus; set SkillPoint,167; } end; }
  12. Try this - script Reset -1,{ OnPCLoginEvent: if(( JobLevel >= 120 ) && (BaseLevel >= 255)){ set BaseLevel,99; set JobLevel,70; resetskill; set SkillPoint,118; } end; } Because the 9 points from being novice will automatically inserted. So. First Job (49 points) + Adv Job (69 points) = 118 skill points.
  13. Looks like we're almost identical with kRO. Great and thanks for this comparison screenshots. The only difference is HIT and HP formulas.
  14. Jezu

    Autocast

    You mean Auto Cast Enchant Deadly Poison? To make a script like that, check "Injustice Card" so you will have an Idea on how to get this script and then change the script to Enchant Deadly Poison. Injustice Card Script (LEVEL 1 SONIC BLOW AT 5% CHANCE) : { bonus3 bAutoSpell,"AS_SONICBLOW",1,50;} then change the AS_SONICBLOW to Enchant Deadly Poison script.
  15. The Mystical Amplification is working as Intended, as this will reduce your some % of TOTAL MATK and then Add it to the final damage.. Lets say you have MATK : 406+0, when you cast Amplify, it will make your MATK to 271 so.. 406 - 271 = 135 <-- This will add to your final magic damage.
  16. This is what I wanted from Euphy. Nice script of yours!
  17. Di ka makakakuha ng support dito about sa eAmod (pero isa din akong eAmod license owner). Sa bounditem na yan, working yan kapag @bounditem ang gagamitin, pero kung sa NPC padadaanin, di ko pa natry pero try mo na lng like npc does. pag sa commmand padadaain: This will give a valkyrie armor with +10 refine with bound features (un-tradeable, un-sellable, un-dropable) @bounditem2 2357 1 1 10 0 0 0 0 0 NOTE: There is a space between 1 1 10 0 0 0 0 0 0 and not a 'coma(,)' Pag sa NPC padadaanin: This will give a valkyrie armor with +10 refine and bound features (un-tradeable, un-sellable, un-dropable) bounditem2 2357,1,1,10,0,0,0,0,0 NOTE: Diyan nilalagay ang coma, sa NPC commands. Please correct me if I am wrong with the codes.
  18. I just noticed, why all sections are locked on EA.
  19. -ill try this one tnx.. and guyz on treasure box. this one OnClock1000: this means 10PM? It's 10AM and not 10PM.. if OnClock2200: then this is 10PM Use 24-hour time . You need as Admin/GM Staff to conquer all castle so they can't conquer other castles. This WoE Setter is required to conquer all castle first by Admin so that it will be closed.
  20. Realized they need to be merge on rAthena XD
  21. @ @Hatake Kakashi You've removed the '//' (comment) on the llne ======================== just add // like this // =================================
  22. no it is not.. you need a compiler to get a compiled copy of rathena. This is not like bowie from eathena that is already compiled version. If you're using WindowsXP SP3 then use Microsoft Visual C++ 2008 to compile the link above.
  23. I will make him understand.. @rentitem sleipnir 300 This will make the sleipnir last up to 5minutes only. How do I get the 300? For 1 minute, there is 60 seconds right? then.. 60secs X 5 minutes = 300 Let me know guys if I have mistaken.
  24. Jezu

    Anti WPE / RPE

    Yes buddy, and that is Open Defender made by user on eAthena and also there is a source edit too. I just want to implement those on rAthena and give a function option so server owners can choose if they will enable/disable that function. something like this on battle config or player config. //Anti WPE for Server Security. Yes/No (Default: yes) anti_wpe: yes //Anti Spamming skills for Server Security. Yes/No (Default: yes) anti_spam: yes
×
×
  • Create New...