Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/17 in all areas

  1. This post should serve as our official standpoint on the matter. It's not up for discussion. Anyone is able to register any domain they please. As it happens, the domain hercules.ws was registered because the previous owner of the domain let it expire. I've been told there was a sizable gap where anyone was free to register the domain. Let me make a few things clear. rAthena has no intention of causing strife between projects. People at either project are free to register any domain they see fit to register, for any purpose. This is the case for anyone on the planet who has the means to register a domain name. The registration of this domain has nothing to do with our project, it belongs to an individual. rAthena is not going out of it's way to generate problems. While people are under the impression that "free speech rules", the Staff at rAthena have always kept their personal feelings and opinions of Hercules and their project management style to themselves. To be quite honest, most of us don't care what they do and the Hercules project is of little interest to us. rAthena will not tolerate any further under-the-table discussions behind people's backs. Conversations directed to Aleos, myself, the Project Developers or the Forum Moderators should be going directly to the involved party and not messages passed along through other people. We don't care for drama. If you're asked to carry messages back and forth, please simply say no. We're all adult enough to contact each other should we feel the need to. There was once upon a time a news announcement on Herc's forums about them keeping their staff to themselves in terms of promoting an emulator, and expecting us to adhere to the same. We didn't need telling in the first place, we're not kids, it's common-sense. It's also a shame that certain members of their team are incapable of doing as they're directed. We haven't done anything about the chatter between the emu's before now, despite various infringements on our Forum Rules. We want no part in drama that members cause, be them from Hercules, RagEmu, RMS, Midgard-Community or anyone else. This is the first, and shall be the only time I type up a post like this. This post is locked. It doesn't require additional input or opinions. This is what we've done and what we'll continue to do, as a team.
    4 points
  2. conf/battle/eAmod.conf // Don't allow users to join a Queue if they have been detected as double login. // Uses the IP Address count or Mac Address (requires Harmony) bg_logincount_check: no
    1 point
  3. Can you please refrain from tagging specific forum members in a post requesting them to do things for you. If you have something that needs to be directed at a specific forum member, PM them.
    1 point
  4. @joinbg isn't supported here in rA yet @.@
    1 point
  5. nvm made my own prontera,150,193,6 script Third Job Changer 10192,{ mes "Welcome!"; mes "I am here to fix third job quest issues. It includes ninja and gunslingers."; mes "You need to be base level 99, job 70 and up, you need to be rebirth and 1250000 zeny."; next; switch(select("Proceed:Cancel")){ case 1: if (BaseLevel > 98 && JobLevel > 69 ){ if (Zeny > 1249999){ if (checkfalcon() || checkcart() || checkriding() || ismounting()) { mes "Please remove your " + ((checkfalcon()) ? "falcon" : "") + ((checkcart()) ? "cart" : "") + ((checkriding()) ? "Peco" : "") + ((ismounting()) ? "mount" : "") + " before proceeding."; close; } if (.SkillPointCheck && SkillPoint) { mes "Please use all your skill points before proceeding."; close; } if (Class == Job_Lord_Knight){ callfunc "Job_Change",Job_Rune_Knight_T; } else if (Class == Job_Paladin){ callfunc "Job_Change",Job_Royal_Guard_T; } else if (Class == Job_High_Wizard){ callfunc "Job_Change",Job_Warlock_T; } else if (Class == Job_Professor){ callfunc "Job_Change",Job_Sorcerer_T; } else if (Class == Job_Sniper){ callfunc "Job_Change",Job_Ranger_T; } else if (Class == Job_Clown){ callfunc "Job_Change",Job_Minstrel_T; } else if (Class == Job_Gypsy){ callfunc "Job_Change",Job_Wanderer_T; } else if (Class == Job_High_Priest){ callfunc "Job_Change",Job_Arch_Bishop_T; } else if (Class == Job_Champion){ callfunc "Job_Change",Job_Sura_T; } else if (Class == Job_Whitesmith){ callfunc "Job_Change",Job_Mechanic_T; } else if (Class == Job_Creator){ callfunc "Job_Change",Job_Genetic_T; } else if (Class == Job_Assassin_Cross){ callfunc "Job_Change",Job_Guillotine_Cross_T; } else if (Class == Job_Stalker){ callfunc "Job_Change",Job_Shadow_Chaser_T; } else if (Class == Job_Gunslinger){ callfunc "Job_Change",Job_Rebellion; } else if (Class == Job_Ninja){ if (Sex == SEX_MALE) { callfunc "Job_Change",Kagerou; } else if(Sex == SEX_FEMALE) { callfunc "Job_Change",Job_Oboro; } } else { mes "Your class is not elligible for the use of my services."; close; } Zeny -= 1250000; } else{ mes "You do not have the proper amount of money to proceed."; close; } } else{ mes "You do not have the proper levels to proceed."; close; } case 2: close; } }
    1 point
  6. Changing the donation system to issue points in-game instead of keeping them as donation credits on the site isn't that difficult. You'd just need to modify the npc script to check for donation credits with a timer and then deduct them from the sql table for the CP.
    1 point
×
×
  • Create New...