Jump to content

kukayasko

Members
  • Content Count

    44
  • Joined

  • Last visited

Everything posted by kukayasko

  1. NICE! You should share, but then you just go away. This is how most people of this forum thinks: HEY HEY HEY I NEED HELP PLEASE HELP. Oh, I found the solution and will keep this for me. Go back to the first step and remember that you was the one asking for solution, and you could help people like you.
  2. Flavius Officer, Tierra Gorge Officer, KVM Mercenary Offcier, and another officers doesn't talk. I'm using those scripts: https://github.com/HerculesWS/Hercules npc/battleground Is there a fix?
  3. Alright. Im trying to make a hourly reward. Sorry, lost what I had described when edited this topic. So how I attache a player to this code? Thought that just "get item" will be enough
  4. Thank you very much @Tassadar
  5. There's a way to edit the intimacy rate? Instead of +1 each time you feed your humunculus you get another value.
  6. There's a thing that I wanna to know too! Following topic.
  7. Where I can see the complete guide to install this plugin? I never had added a plugin before... :/
  8. Before: No virus After: Trojan in almost all. Tested: Custom Icon in Nemo = 62x Trojan Test2: Custom Icon random in nemo (not an icon related to ragnarok) = 0 virus Test3~10: Many icons differents about ragnarok = 62x trojan Test11: Another icon about ragnarok = ok. So guys, this is the solution if you have this problem. Do not use the diff option "Use ragnarok icon", instead of this use "custom icon" and try to find one untill you scan find no virus. @4144 Thanks for the good intention.
  9. Update: Scanned the ragexe before diff : No virus Scanned after diff (with nemo): trojan detected by 50 antivirus
  10. Just released a beta version of my RO and many people saying that they had a problem with antivirus saying that it contains "trojan". W....what? Can't know what is this O_O
  11. Hi. It's a gold way to easily edit your skills damage if you are trying to balance your server. Using this method, you can remove/add damage only for PvP/GvG/BM, then the players will do the original damage in mobs. db/pre-re/map_zone_db.conf or db/re/map_zone_db.conf Sample 1 - PvP: What that means: working of PvP maps (pvp mapflag) ASC_BREAKER (Soul Breaker) will have 150% damage (50% more damage) (If the damage was 10k, then now it will be 15k) CR_ACIDDEMONSTRATION will have 50% damage (50% less damage) (If the damage was 20k, then now it will be 10k) Now you can do the same in " /* GvG zone is applied to all maps with a gvg mapflag */" and " name: "GvG2"" or in what you want. But these will make changes for PvP and WoE1/WoE2.
  12. Hi! Try this: https://technet.microsoft.com/en-us/library/ff431742.aspx
  13. Wow, you gave it on my hands for free. Thanks so much!!! Nice work ^.^
  14. Well, how it can work: this script will check if the table "vipfree" is 0 or 1. If the value is 0, means that the player is new (this script never runned for him), then will add "adjgroup 1" to account for 5 days and change the value of "vipfree" to 1, which means that this script will never run again. Ok, now. How I can make it works? Also, I don't know how to add this table. It's just my idea õ/
  15. Hi guys! I don't know how to transcript this in codes, but that is my logarithm idea: (no programming language, just logarithm) ON LOGIN: {Check login, table_vipfree} // SQL TABLE If table_vipfree = 1 then end If table_vipfree = 0 then Adjust GM Level of account = 1 Change table_vipfree to 1 Set timer for GM Level = 7200 // 7200 Minutes = 5 days mes "You get free VIP for 5 days, please disconnect.........................." mes "msg msg msg" end
  16. Yes sir. Yes for all. =/ I found Ragexe 2014-03-05 again. I'll stay with him probrably, I solved the aura issue
  17. Didn't worked. =/ Now I can go to the char select, but when I select a char, I receive "Disconnected from Server" message. Didn't work in any hexed? Btw, the cursor bug was not from the Client. It was a problem with Windows 10 that my friend was having. Thanks anyway. I'm almost givin up of a new client version. But also I'm not finding Ragexe 2014-03-05 to download anymore D: I guess I can diff the right way now lol
  18. This program is incredible, but now I can't oppen anymore. D: Windows 7 Assinatura do problema: Nome do Evento de Problema: APPCRASH Nome do Aplicativo: GRF Editor.exe Versão do Aplicativo: 1.5.3.3063 Carimbo de Data/Hora do Aplicativo: 5980046b Nome do Módulo de Falhas: KERNELBASE.dll Versão do Módulo de Falhas: 6.1.7601.17514 Carimbo de Data/Hora do Módulo de Falhas: 4ce7b8f0 Código de Exceção: c06d007e Deslocamento de Exceção: 0000b760 Versão do sistema operacional: 6.1.7601.2.1.0.256.1 Identificação da Localidade: 1046 Informações Adicionais 1: 0a9e Informações Adicionais 2: 0a9e372d3b4ad19135b953a78882e789 Informações Adicionais 3: 0a9e Informações Adicionais 4: 0a9e372d3b4ad19135b953a78882e789 Leia nossa declaração de privacidade online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0416
  19. Hey guys, I solved it. db/pre-re/skill_unit_db.txt
  20. emulador/src/map/skill.c case PA_GOSPEL: if (sce && sce->val4 == BCT_SELF) { status_change_end(src, SC_GOSPEL, INVALID_TIMER); return 0; } else { sg = skill->unitsetting(src,skill_id,skill_lv,src->x,src->y,0); if (!sg) break; if (sce) status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex] status->change_clear_buffs(src,3); sc_start4(src,src,type,100,skill_lv,0,sg->group_id,BCT_SELF,skill->get_time(skill_id,skill_lv)); clif->skill_poseffect(src, skill_id, skill_lv, 0, 0, tick); // PA_GOSPEL music packet } break; Coloque "//" na frente de: status_change_end(src, type, INVALID_TIMER); //Was under someone else's Gospel. [Skotlex] status->change_clear_buffs(src,3); Veja se é isso. Não esqueça de recompilar o emulador.
×
×
  • Create New...

Important Information

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