Jump to content

_Terra

Members
  • Posts

    155
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by _Terra

  1. I tested custom BGM and seems works fine. Maybe you put the song name with the extension, playBGMall "bio5.mp3"; and should be playBGMall "bio5";
  2. You had an extra TAB in prontera,147,170,4 and you miss , in "Poison Bottle to Item Ticket" C_4; and should be "Poison Bottle to item Ticket",C_4; C_OW you miss put : Btw, i recommend you use switch(select in menu tab, is more easy to use and less tedious. I made an example script to help you: prontera,150,171,4 script Item Trader 622,{ disable_items; disable_command; mes "[^711872Trader^000000]"; mes "Hello hello Hello!"; switch(select("Item Ticket to Yggdrasil Berry:Item Ticket to Poison Bottle:Yggdrasil Berry to Item Ticket:Poison Bottle to Item Ticket:- Close.")) { case 1: if (checkweight(607,100) == 0 ) goto C_OW; if(countitem(7284)<1) goto C_NI; delitem 7284,1; getitem 607,100; mes "[^711872Trader^000000]"; mes "[There you go!]"; close; case 2: if (checkweight(678,30) == 0 ) goto L_OW; if(countitem(7284)<1) goto C_NI; delitem 7284,1; getitem 678,300; next; mes "[^711872Trader^000000]"; mes "[There you go!]"; close; case 3: next; if(countitem(607)<100) goto C_NI; delitem 607,100; getitem 7284,1; mes "[^711872Trader^000000]"; mes "[There you go!]"; close; case 4: next; if(countitem(678)<30) goto C_NI; delitem 678,30; getitem 7284,1; mes "[^711872Trader^000000]"; mes "[There you go!]"; close; case 5: next; mes "[^711872Trader^000000]"; mes "See ya!"; close; C_OW: next; mes "[^711872Trader^000000]"; mes "Sorry you're overweight"; close; C_NI: next; mes "[^711872Trader^000000]"; mes "[You don't have the items]"; close; } } I recommend you use disable_items; and disable_command; to prevent exploits. hope it helped you. ?
  3. https://github.com/rathena/rathena/pull/3548
  4. You can put the condition in src/map/skill.cpp (See Magenta Skill from Ranger). For unit skills you can browse in db/skill_unit_db.txt.
  5. You can edit in skill_db.txt Search: 485,-2,6,1,-1,0x0,0,10,1,no,0,0,0,weapon,0,0x0, WS_CARTTERMINATION,Cart Termination And add: 485,-2,6,1,-1,0x0,0,10,1,no,0,0,0,weapon,0,0x200000, WS_CARTTERMINATION,Cart Termination
  6. prontera,112,167,5 script Removedora de Cartas 856,{ Main: mes "[^FF0000Yuna^000000]"; mes "Hola! ^FF0000 "+strcharinfo(0)+"^000000 que te trae por aca?. Quieres remover alguna carta para tu nueva build?"; mes "No te preocupes que yo nunca fallo!"; mes "Dime que necesitas!"; next; switch(select("Quiero remover una Carta.:No, gracias.")) { case 1: mes "[^FF0000Yuna^000000]"; mes "Veamos examinare tus equipos... que lugar deseas retirar?"; next; setarray .@position$[1], "Casco","Armadura","Mano Izquierda","Mano Derecha","Manta","Zapatos","Acc. Izquierdo","Acc. Derecho","Aura","Alas"; set .@menu$,""; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[^FF0000" + getequipname(.@i) + "^000000]"; set .@menu$, .@menu$ + ":"; } set .@part,select(.@menu$); if(!getequipisequiped(.@part)) { mes "[^FF0000Yuna^000000]"; mes "Young one... Your not wearing anything there that I can remove cards from."; close; } if(getequipcardcnt(.@part) == 0) { mes "[^FF0000Natsuki^000000]"; mes "Me has venido a jugar una broma verdad? , tu equipo actual no trae ninguna carta!!"; close; } set .@cardcount,getequipcardcnt(.@part); if (!checkweight(1202,(.@cardcount+1))) { mes "^3355FFAguarda un momento..."; mes "Yo no puedo darte mis servicios"; mes "por la simple razon"; mes "de que has llegado a un peso 50% o 90% que no es considerable"; mes "Si tienes items que no tienen valor mejor vendelos en algun npc mercader cercano"; mes "y vuelve a hablarme denuevo."; close; } mes "[^FF0000Yuna^000000]"; mes "Este item contiene " + .@cardcount + " cartas dentro de este equipo. Deseas retirarlas?"; next; if(select("De acuerdo!:No, mejor olvidalo") == 2) { mes "[^FF0000Natsuki^000000]"; mes "Muy bien, si no quieres retirar alguna carta no hay problema, ya sabes en donde estoy!"; close; } next; successremovecards .@part; mes "[^FF0000Yuna^000000]"; mes "Listo! he podido remover sus cartas satisfactoriamente!."; next; goto Main; case 2: mes "[^FF0000Yuna^000000]"; mes "Muy bien, si no quieres retirar alguna carta no hay problema, ya sabes en donde estoy."; close; } }
  7. In conf/groups.conf you can modify who can see hp bar (?) EX: id: 10 name: "Law Enforcement" inherit: ( "Support" ) level: 2 commands: { hide: true follow: true kick: true disguise: true fakename: true option: true speed: true warp: true kill: true recall: true ban: true block: true jail: true jailfor: true mute: true storagelist: true cartlist: true itemlist: true stats: true } log_commands: true permissions: { join_chat: true kick_chat: true hide_session: true who_display_aid: true hack_info: true any_warp: true view_hpmeter: true <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< } },
  8. It gives you an error because there is no weapon sprite for the Christmas class. Is same when you are Swordman and you have equipped Knife and you use Monk Suit, Monk's do not use knifes XD. Try this: 30502,Poção_do_Ilusionista_Noel,Poção do Ilusionista Noel,0,,,10,,,,,0xFFFFFFFF,63,2,,,,,,{},{ sc_start4 SC_XMAS,60000,0,0,0,1; },{ sc_end SC_XMAS; }
  9. 4407,Randgris_Card,Randgris Card,6,20,,10,,,,,,,,2,,,,,{ bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,10; bonus5 bAutoSpell,"SA_DISPELL",1,50,BF_NORMAL+BF_SKILL,1; },{},{}
  10. Because Renewal system uses another formula for cast. if you want to remove just edite src/config/renewal.hpp and search #define RENEWAL_CAST and add // //#define RENEWAL_CAST
  11. Search db/pre-re or db/re if you are using renewal mode open mob_skill_db.txt and search: 1086,Golden Thief Bug@CR_REFLECTSHIELD,attack,252,10,10000,0,300000,yes,self,always,0,,,,,,6, 1086,Golden Thief Bug@CR_REFLECTSHIELD,chase,252,10,10000,0,300000,yes,self,always,0,,,,,,6, don't miss @reloadmobdb
  12. Para modificar el daño de alguna Skill sólo debes ir a src/map/battle.c y buscas la skill a modificar, por ejemplo Double Strafing que sería AC_DOUBLE y editas el skillratio a tu gusto. case AC_DOUBLE: case MA_DOUBLE: skillratio += 10 * (skill_lv - 1); break;
  13. { if ( Class==Job_High_wizard ) { bonus bDefRate,-50; bonus bDef2Rate,-50; bonus bInt,20; bonus bDex,20; bonus bVit,20; bonus2 bSkillAtk,"WZ_METEOR",35; bonus2 bSkillAtk,"WZ_JUPITEL",35; bonus2 bSkillAtk,"WZ_STORMGUST",35; bonus2 bSkillAtk,"WZ_VERMILION",35; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; bonus2 bAddEffWhenHit,Eff_Stone,500; bonus bMaxHPrate,20; bonus2 bIgnoreMdefClassRate,Class_Normal,20; bonus3 bAutoSpellWhenHit,"PF_FOGWALL",5,100;} else if( Class==Job_Professor ){ bonus bInt,20; bonus bDex,20; bonus bVit,20; bonus bMaxHPrate,20; bonus2 bSkillAtk,"MG_COLDBOLT",35; bonus2 bSkillAtk,"MG_FIREBOLT",20; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",20; bonus2 bSkillAtk,"WZ_EARTHSPIKE",20; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",20; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player,10; bonus bDefRate,-20; bonus bDef2Rate,-20; bonus2 bSubEle,Ele_Wind,25;} },{},{} Try this.
  14. I see... i will test thank you for support!
  15. Hello, i had a issue with Endure Effect on Multi-Hit abilities. When you got a Single Hit, Endure Works. but, if you get multi-hit attack Endure doesn't work. How i can fix this?. Any help is welcome!
  16. Hello everyone !, I have a problem. What happens is that when I want to remove my files GRF server, the files are in Unicode, when I try to delete from the Thor Maker , and are not recognized as ????? I hope you can help me with this problem!
  17. Thank You for the reply, i'll post!.
  18. Hola!, tengo un problema con una Skill de Gunslinger llamada Ground Drift. La cosa es que cuando das con el Elemento de la mina ejemplo te colocas Fuego y tu enemigo es propiedad Fuego por naturaleza debería darle Miss, en este caso el Ground Drift ignora al elemento y lo daña como si fuera Neutro. En el siguiente video se mostrará detalladamente: https://www.youtube.com/watch?v=aWsRNH84Gco&feature=youtu.be Ya revisé si estaba con el -1 (Toma propiedad del Arma) en la skill_db, además intenté cambiarle el misc a weapon pero los resultados fueron los mismos. Espero que me puedan ayudar. Saludos!
  19. If someone got problems with GM Options, or normal user got GM options only change this: Find: if(getgmlevel() > $GM_Dom-1) set .@menu$, .@menu$ + ":^008000Set Amount ^ff0000[GM]:^008000Set Price ^ff0000[GM]:^008000Start Event ^ff0000[GM]^000000"; if(getgmlevel() > 99) set .@menu$, .@menu$ + ":^008000Set GM Level ^ff0000[ADMIN]^000000"; Change: if(getgmlevel() >= 99) set .@menu$, .@menu$ + ":^008000Set Amount ^ff0000[GM]:^008000Set Price ^ff0000[GM]:^008000Start Event ^ff0000[GM]^000000"; if(getgmlevel() >= 99) set .@menu$, .@menu$ + ":^008000Set GM Level ^ff0000[ADMIN]^000000"; This only read admin level, gm and user appears normal menu. Sorry my bad english!.
  20. Hello community ! I have a problem with skills that have no delay, when I try to quickly execute after 5 hits and get stuck , and runs rather slow then was the show in these two videos , the first was when I used eAthena (Pre -Renewal ) and the other is when it's rathena . Hope you can help me !. eAthena Version: rAthena Version: https://www.youtube.com/watch?v=EXjEFStOPCE
×
×
  • Create New...