Jump to content

Protimus

Members
  • Posts

    198
  • Joined

  • Last visited

Everything posted by Protimus

  1. I think you want something like this: http://trac.brathena.org/changeset/929 http://trac.brathena.org/changeset/931 You can study and modify the code, i ask only that you keep the credits.
  2. I agree with you regarding these lazy people, I think we should abolish this kind thinking of the community. This starts not giving choices to people who think this way or want moderation powers without good cause. But is like i said.. I not seen any of old eAPT members they think that way about the use of brAthena. The only members who want this are the staff members of another brazilian community that just want it for have powers... So it is not necessary because there is already an great brazilian support.
  3. I don't see people who were eAPT not wishing go to brAthena, so far the only ones complaining and trying flames are staff members of another brazilian community that never does support to eAthena and want get moderator powers for "inflate yourself". Why not go to brAthena? Just because you create an account? This is nothing, either create an account quickly and easily. It's nonsense to create a section that members there will be enough... There will be no need moderators.
  4. Another topic about it? it has been discussed enough. Do you know if any of the Portuguese Moderators from the old forums are still active? or anyone here who would be willing to moderator that section? No one is willing to moderate, most just want a "tag". The moderadores of eathena.ws have asked to leave staff is more than one year, but were not removed and no new moderator are added. When I created brAthena, we did a redirect forum in portuguese support and all members came to brAthena. It's better to keep a redirect to brathena, because neither there will be many members in theinternational forum. I already give the information to the Jguy, only is need to create.
  5. I think some of you are bots in disguise.
  6. I think someone is attacking the apache with many requests and generating one DoS/DDoS. Ping response working... the problem appears to be in apache. But... who cares? Not even the administrators cares. Well... In my opinion, not is necessary to do this. Attack your own project is bullshit... The eAthena hasn't moved still, do not forget that.
  7. Protimus

    Anime & Manga

    There are so many that i must have forgotten some. Favourits: - Code Geass (this was the best of all) - Hunter x Hunter (Kurapika owns you, take care!) - One Piece (helped me move forward in this life so difficult) - Samurai X (i learned many lessons) - Dragon Ball Z (that was my childhood) - Inuyasha (Teenage dreams) - Bleach (RAWWWWWR Hollow) - Fairy Tail (mix of all animes, good) Others who i liked very much: - Katekyo Hitman Reborn - Fate Stay Night / Zero - Naruto Shippuden - Nurarihyon no Mago: Sennen Makyou - Steins Gate - Yu-Gi-Oh - Yu Yu Hakusho
  8. Yes, but it's depends on the formula of each official server, because is different. If you need the kRO table, just get in brAthena: http://svn.brathena..../db/job_db1.txt I'm working on a formula for bRO, wich is equal to iRO... Stay tuned for updates in SVN.
  9. What you want modify? This is the brAthena formula, is equal to kRO renewal. Search for LK_SPIRALPIERCE formula and change in battle.c case LK_SPIRALPIERCE: case ML_SPIRALPIERCE: if (sd) { short index = sd->equip_index[EQI_HAND_R]; if (index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_WEAPON) wd.damage = sd->inventory_data[index]->weight/20 * skill_lv + sstatus->batk + sstatus->watk; } else wd.damage = sstatus->rhw.atk2*8/10; skillratio += 50 * skill_lv; if( sc && sc->data[sC_GLOOMYDAY_SK] && skill_num == LK_SPIRALPIERCE ) ATK_ADDRATE(100+25*(sc->data[sC_GLOOMYDAY_SK]->val1-1)); break; You just need change it for what you want.
  10. You can use the brAthena formula, it's the orignal kRO formula... http://svn.brathena....rc/map/status.c Change status_base_amotion_pc to this: // Valores de ASPD int status_base_amotion_pc(struct map_session_data* sd, struct status_data* status) { int bonus = 0, amotion; // Bônus vindo de armas amotion = status_amotion_pc(sd); // Redução por status amotion -= (int)(((float)sqrt((float)((float)pow((float)status->agi,2)/2) + ((float)pow((float)status->dex,2)/5) )/4)*10 + (bonus*status->agi/200)); // Ajustes vindo do bônus bAspd amotion += sd->aspd_add; // Ajustes de bônus vindo da habilidade Perícia em Esgrima amotion += amotion * pc_checkskill(sd, GN_TRAINING_SWORD) / 100; // Ajustes vindo para uso de escudos if(sd->status.shield > 0) amotion += ((aspd_base[pc_class2idx(sd->status.class_)][MAX_WEAPON_TYPE])/10); return amotion; } Add above the status_base_amotion_pc, this function: // Cálculo de ASPD para armas. int status_amotion_pc(struct map_session_data* sd){ int i; if( sd->status.weapon < MAX_WEAPON_TYPE ) i = aspd_base[pc_class2idx(sd->status.class_)][sd->status.weapon]; else{ i = aspd_base[pc_class2idx(sd->status.class_)][sd->weapontype1]; switch( sd->weapontype2 ){ case W_DAGGER: i += 100; break; case W_1HSWORD: i += ((sd->status.class_ == 4065) ? 160:120); break; case W_1HAXE: i += ((sd->status.class_ == 4065) ? 200:120); break; } } return i; } Done.
  11. All had these leaks, i just translate to help and sent to Kisuka. But lone wolf already had them too... The Cronus team just ripp into SVN before eA releases, and not colaborate with eAthena in anything: http://trac.cronus-e.../changeset/3047 You really have jealous of me... But this is not a topic for dirty clothes, you are being immature.
  12. I know no use arguing with you is a waste of time ... But let's clarify things. 1. All this was discussed a long time ago... The section of eAthena has a redirect ONLY for brAthena because themselves members of eAthena chose it. http://www.eathena.w...p?showforum=115 2. This same members going to brAthena, the section as abandoned in eAthena. Then i come back at same point, why create? The is no reason. 3. You are ridiculous, bringing cronus team to mobbing this topic. This is just what you want, power... Zephyrus is right that some Brazilians ripping your work, thats a shame for me and all Brazilians good members. I will stop here, what i said had to be said... Not is necessary all this drama.
  13. Cronus-Emulator never supported the eAthena emulator, is an isolated community. The members who ask for support of eAthena are in brAthena and not in Cronus. One prove of that is the Cronus existed long before of brAthena and by no means the eA section died, she only became so after the release of brAthena. You are just want to have moderator powers, this is not a reason to create this section. Everything is resolved. Stop this "fighting for power", this is ridiculous and humiliating for the Brazilians.
  14. Well.. I sent PM with texts to you Jguy. I think with this is less a problem. NOT so Much, young grasshopper, the brAthena, and Other emulators have todays becuz previously was have a portuguese support ( or no) The things evolve guy, we are in 2011. Not everyone likes Ragnarok more, not like in his time. Wake up
  15. Thinking in the knowledge of most of the community, there is no problem. But it is very dangerous for anyone who knows how to explore. I've also made a paste with my team, he was safe and sending the files encrypted... The problem is only in addition of the files, that you shold be very careful. @Z3RO Hahaha, it reminds me of one my codes with several classes to do something simple, and after discovered the easy way i was too lazy to clean up.
  16. This is VERY DANGEROUS! Is possible use a remote shell running through interaction with php code in the forum. Pastes should be in differente host location or be written by a eAthena staff member with very carefully.
  17. http://eathena.sourc...et/board/admin/ It's interesting to exchange at least the name of page. If wish, can improve security by adding a second password with htaccess. This help if the hacker get user password of any administrator or in exploit and injection problems. NOTE: In the old eAthena is possible get the administrator password by exploit cookies flaws and acess the admin page easily. Fix it here to avoid problems!
  18. Would that be a good option? Most of eA PT members move to brAthena. I think is better just add a redirect... Unless you or someone is really willing to reorganize the category with me.
  19. Protimus

    IP Shoutbox

    Use this: http://community.invisionpower.com/files/file/4888-irc-chat-32/ It's better then shoutbox.
  20. I'm glad you enjoy... This themes do not compare with any free themes of IPS, they are professionals. However is necessary a lot work with CSS to solve bugs that exist in their own IPB, like the avatars and others applications such as IP Tracker. I'll start, but I need know if the theme will really used. I think something like that, it's the face of eA.
  21. Hello As i had spoken with jguy by PM, I'm willing to create a skin for eA forums. I wonder what they think of the idea and what colors or layout we use... If needed these are some examples of what we do: http://forum.brathena.org/ http://forum.in2ro.com/ http://forum.gevro.net/
×
×
  • Create New...