exchisu
Members-
Content Count
59 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by exchisu
-
[SOLUCIONADO] Cliente 2014-01-29cRagexe
exchisu replied to WATAFAK's question in Soporte y peticiones sobre el Cliente
revisa que packet necesitas para la fecha de ese cliente -
[SOLUCIONADO] Cliente 2014-01-29cRagexe
exchisu replied to WATAFAK's question in Soporte y peticiones sobre el Cliente
Busca los Lua files para el exe 2014 -
Quest can only be done once per account!
exchisu replied to ZelosAvalon's question in Script Requests
You need to work with "if - set - else" example: menu "This is the case 1",case_1; case_1: if(#any_variable == 1){ // the any_variable u must be add a Variable (any variable what u want) mes "Srry You already did the quest"; close; }else{ mes "If u didnt did the quest enter into this"; mes "Then you gave a set for the player who the if#XXXX is going to read"; next; mes "Now im going to set"; set #any_variable,1; close; That's all. If have Differents Quest in One npc, do the same... after any case 1: or what u use (switch or menu) set the variable... that's all. if the guy already did one quest, and he select the same option again is going to say: Srry you already did the quest PD: but obviously, if the person talk with the NPC u dont need to Set it... set it after he deliver the items -
can you put a screen of the erro? Try with this ShinsDiffPatcher ShinsDiffPatcher.rar
-
Well i have the hook to ceres to ipb, you directly register in the Main web, then you log-in in the forum, then you can administrate all ur ragnarok accounts from the forum (account master) but its specialy coded for me u know $.$
-
Dude.. topic say: 2010 04 10.. its 2012 04 10, no ? do not slect all the diff, sometimes when u select to much patches they crash... try to select the basic, i mean 5 patch maybe and try
-
you welcome, Select as Best answer
-
lo solucionaste ?
-
Ayuda a Diffear con Cliente 2014-02-05
exchisu replied to OmarAcero's question in Soporte y peticiones sobre el Cliente
Hola Omar, cuando solucionas algo es optimo que Publiques la SOLUCION, para futuros problemas ! -
can i share this for you, its Working 100% for me with all jobs, include 3rd Job. prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; else getitem 6124,1; //Wolf's_Flute } else getitem 6124,1; //Wolf's_Flute } else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) { if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) { if(select(" ~ Cart: ~ Mado")==1) setcart; else setmadogear; } else setcart; } else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart; else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if (eaclass()&EAJ_THIRDMASK==EAJ_RUNE_KNIGHT) setdragon; else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end;}
-
Ayuda con antibot-botkiller-6 (HELP!)
exchisu replied to OmarAcero's question in Soporte y peticiones sobre Scripts/Bases de Datos
http://www.eathena.ws/board/lofiversion/index.php/t236353.html -
But i just need créate a new solo script who counts un games, hoy van inet that var ?
-
Hello everybody i was looking for but didnt found I want a Npc who count the games of BG.. Like: Script: Hello, you Have "X" Battleground games, you need "X" more for can get a random hat box. where that menu is when you didnt have all the games, but when u have the entire games played e.x: 10 games u enter a different menu, a simple menu. where the script give a option of Cancel or get ur Prize, when u reclaim this just reset the countdown of the games. i have some ideas but i didnt know how to do all. Thanks
-
did u try with mapflag nocommand ?
-
u mean visual like a "costume item"? or u wanna EQUIP BUT only visual visual with out Slot in General/Costume....
-
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
I dont know how to create that. thats why im asking here. I have the Script on my Sv who the players write, then this is send to a SQL table.. but i need.. each time a player Write something in the Npc, a email send to me... because i can read it in the Cellphone.... I have: THE SCRIPT who send the message to a SQL table. i Need: The Script who send the message to a SQL table, then send a email to me. anybody ? http://herc.ws/board/topic/295-feeftys-fluxcp-addons-release/ Support Tickets - Version 1.2.1 this say: FluxCP Addons... i didnt have Flux -
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
what about that cronjob, i learn is cPanel but... more ideas for this theme ? like SCript - SQL - ... what more ? (⊙.⊙(◉̃_᷅◉)⊙.⊙) -
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
Then... anybody i dont know can guide on the php creatior idk, i dont know how to create it or enconde for sql yto php -
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
Yea.. but anybody can help me with that part sql php for send the email =( -
that aura is just a custom command @aura for xAmod
-
is a custom command @aura by Amod
-
Well u mean like this: and another auras
-
U mean like... the Reins of Mount, have a skill for all the players like a platinum skill ? u just use the Skill and dont need to Use the Item (reins of mount)
-
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
I dont know how to create that. thats why im asking here. I have the Script on my Sv who the players write, then this is send to a SQL table.. but i need.. each time a player Write something in the Npc, a email send to me... because i can read it in the Cellphone.... I have: THE SCRIPT who send the message to a SQL table. i Need: The Script who send the message to a SQL table, then send a email to me. anybody ? -
How to send a email from a script or sql table
exchisu replied to exchisu's question in Script Support
This can be done without source too, scirpy stores all things in SQL, php checks SQL regularly, and emails, else by using functions in c(source) to send email This can be done without source too, scirpy stores all things in SQL, php checks SQL regularly, and emails, else by using functions in c(source) to send email That's exactly what i think literally. SCRIPT -> SQL <- PHP -> E-MAIL Then...it is possible with that, anybody can help me xD! ? Yea i know php can send a formulary system who send the email... but i dont know how to do it... i just have Script > SQL