Jump to content

exchisu

Members
  • Content Count

    59
  • Joined

  • Last visited

Posts posted by exchisu


  1. 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


  2. 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 $.$ 


  3. can i share this for you, its Working 100% for me with all jobs, include 3rd Job.

     

     

    Y7Lv86g.png

     

     

    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;}

  4. Hello everybody i was looking for but didnt found  :angry:

     

    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 

     


  5.  

     

    why not just create a flux cp addons or what ever cp you are using that will display support ticket or what so ever that only admin can view...doing 'SCRIPT -> SQL <- PHP -> E-MAIL' is kinda waste of execution cause you need a 24/7 looping in the php just to process checking and sending to email..which in fact 'SCRIPT -> SQL <- PHP' is better...I'm just suggesting.. :D

     

    :meow:

     

     

    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  :unsure:


  6. I think it would be better if suggestions were submitted through a web form, that way it's easier to send notifications whenever a suggestion has been submitted.

    But what you seek is possible using cronjobs.

     

    what about that cronjob, i learn is cPanel but... more ideas for this theme ? like SCript - SQL - ... what more ? (⊙.⊙(◉̃_᷅◉)⊙.⊙)


  7. why not just create a flux cp addons or what ever cp you are using that will display support ticket or what so ever that only admin can view...doing 'SCRIPT -> SQL <- PHP -> E-MAIL' is kinda waste of execution cause you need a 24/7 looping in the php just to process checking and sending to email..which in fact 'SCRIPT -> SQL <- PHP' is better...I'm just suggesting.. :D

     

    :meow:

     

     

    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 ?


  8.  

    I remember someone did it however it can be done on windows OS only? Hmm. I don't quite remember. And also, i think this can't be done through script alone.

    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

     

     

     

     

    I remember someone did it however it can be done on windows OS only? Hmm. I don't quite remember. And also, i think this can't be done through script alone.

    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. :P

     

    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.