Jump to content

exchisu

Members
  • Content Count

    59
  • Joined

  • Last visited

Everything posted by exchisu

  1. revisa que packet necesitas para la fecha de ese cliente
  2. 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
  3. can you put a screen of the erro? Try with this ShinsDiffPatcher ShinsDiffPatcher.rar
  4. exchisu

    Flux x IPB

    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 $.$
  5. 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
  6. exchisu

    Rental npc

    you welcome, Select as Best answer
  7. Hola Omar, cuando solucionas algo es optimo que Publiques la SOLUCION, para futuros problemas !
  8. exchisu

    Rental npc

    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;}
  9. http://www.eathena.ws/board/lofiversion/index.php/t236353.html
  10. But i just need créate a new solo script who counts un games, hoy van inet that var ?
  11. 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
  12. did u try with mapflag nocommand ?
  13. u mean visual like a "costume item"? or u wanna EQUIP BUT only visual visual with out Slot in General/Costume....
  14. 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
  15. what about that cronjob, i learn is cPanel but... more ideas for this theme ? like SCript - SQL - ... what more ? (⊙.⊙(◉̃_᷅◉)⊙.⊙)
  16. 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
  17. Yea.. but anybody can help me with that part sql php for send the email =(
  18. that aura is just a custom command @aura for xAmod
  19. is a custom command @aura by Amod
  20. Well u mean like this: and another auras
  21. 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)
  22. 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 ?
  23. 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
×
×
  • Create New...

Important Information

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