Jump to content

RhamXIV

Members
  • Content Count

    30
  • Joined

  • Last visited

Posts posted by RhamXIV


  1. it keep telling that i got my freebies already even its a new account..

    this is my script thank you !!

     

    new_1-1,65,116,4    script    Belle    693,{

    OnInit:

    waitingroom "Freebies",0;

        

        if(#freebie_quest == 0){

        mes "[belle]";

        mes "Nice to meet you "+ strcharinfo ( 0 ) +", my name is Belle";

        mes "Welcome to ^E066FFCane RO!^000000";

        mes "I see that you're new here so to help you out I'd like to give you these";

        mes "items as a gift to show how much we appreciate you here!";

    next;

        getitem 26090,1;

        getitem 20108,1;

        getitem 14001,20;

        getitem 12263,5;

        getitem 14592,5;

        getitem 7059,30;

        getitem 7060,30;

        set #freebie_quest,1;

        savepoint "prontera",156,191;

     

        close;

        }

     

    if(#freebie_quest == 1) {

        mes "[belle]";

        mes "You already took your freebies!";

        mes "Have fun in ^E066FFCane RO!^000000";

        close;

        }

        

    }


  2.  

     

    What kind of event do you want?

     

    What will be it's goals?

     

     

    Sample of hourly event:

     

    prontera,150,150,4	script	Hide and Seek::hourly_event	1_M_01,{
    	
    	if ( .STATUS ) {
    		mes("[^FFA500Hide and Seek^000000]");
    		mes("Oh! You found me!");
    		mes("Here's your reward!");
    		announce(sprintf("[Hide and Seek] %s found me! Thank you all for participating.", strcharinfo(0)), bc_all);
    		#CASHPOINTS += 75; // Adds 75 Cash Points
    		close2();
    		donpcevent("hourly_event::OnStopEvent");
    	}
    	end();
    
    	OnInit:
    		hideonnpc("hourly_event");
    		.STATUS = 0;
    		end();
    
    	OnMinute00: //Every hour at this minute the event will begins
    		donpcevent("hourly_event::OnStartEvent");
    		end();
    
    	OnStartEvent:
    		initnpctimer();
    
    		setarray(
    			.COORDINATES[0],
    			// x, y (just for prontera)
    			119, 311,
    			105,  74,
    			129, 261,
    			188, 330,
    			241,  76,
    			205, 238,
    			 60, 335,
    			240, 292
    		);
    
    		.@i = rand(getarraysize(.COORDINATES));
    		.@x = .COORDINATES[.@i];
    		.@y = .COORDINATES[.@i + 1];
    
    		movenpc("hourly_event", .@x, .@y);
    
    		.STATUS = 1;
    
    		announce("[Hide and Seek] The event has begun! Try to find me in Prontera!", bc_all);
    
    		hideoffnpc("hourly_event");
    
    		end();
    
    	OnStopEvent:
    		stopnpctimer();
    		.STATUS = 0;
    		hideonnpc("hourly_event");
    		end();
    
    	OnTimer1800000:
    		donpcevent("hourly_event::OnStopEvent");
    		end();
    }
    

    Goal: Find the NPC in Prontera.

    i wanted that like 

    LMS

    Disguise

    Mushroom Hunting

    Dice

    Jumper

    Poring Catcher

    Etc i know its too much hope you had it and the price is 1 Cashpoint XD thank you mate

    -    script    AutoPickEvent    -1,{
     
    OnClock2000:
     
    while(1)
    {
      query_sql "select account_id from `char` where online = 1 order by rand() limit 1", .@aid;
      attachrid .@aid;
      if(CheckVending())
      {
       DetachRID();
       continue;
      }
      announce strcharinfo(0) +" won in Lucky Pick Event.", 0;
     #CASHPOINTS += 25; // Adds 25 Cash Points Rewards
      break;
    }
    end;
    }

    Lucky pick event try this Every 2hrs 

     

    here sir hope you can help me thanks 

     

    Cluckers : 5 Cash Points ( every 5 hours )

    Devil Square : 1 Cash Point ( every 2 hours )

    Dice : 5 Cashpoints ( every 5 hours )

    Disguise : 1 Cashpoint ( each round / 10 rounds every 2 hours )

    LMS : 10 Cashpoints ( every 7 hours )

    Lotti : 10 Cashpoints ( every 7 hours )

    Mushroom : 1 Cashpoint ( 2 hours )

    Poring Catcher : 5 cash points ( every 5 hours )

    Hide And Seek : 1 cash point ( each round / 10 rounds ) 


  3. I'm so sorry about my english please help me to fix it my problem is in my custom weapon effect is to upgrade Level : 5 - 10 Skills into Level 7 - 15 Skills

    everytime you wearing custom weapon but if you change it back to basic items like rod it will back into normal level but even you put it back the customs weapon The Level 15 Skills on skillbar 

    is not going back at Level 15 Skills Please Help me someone ??  :(

     

    post-14557-0-64714200-1486265260_thumb.jpg

    post-14557-0-19980000-1486265261_thumb.jpg

    post-14557-0-96112000-1486265262_thumb.jpg


  4. What kind of event do you want?

     

    What will be it's goals?

     

     

    Sample of hourly event:

     

    prontera,150,150,4	script	Hide and Seek::hourly_event	1_M_01,{
    	
    	if ( .STATUS ) {
    		mes("[^FFA500Hide and Seek^000000]");
    		mes("Oh! You found me!");
    		mes("Here's your reward!");
    		announce(sprintf("[Hide and Seek] %s found me! Thank you all for participating.", strcharinfo(0)), bc_all);
    		#CASHPOINTS += 75; // Adds 75 Cash Points
    		close2();
    		donpcevent("hourly_event::OnStopEvent");
    	}
    	end();
    
    	OnInit:
    		hideonnpc("hourly_event");
    		.STATUS = 0;
    		end();
    
    	OnMinute00: //Every hour at this minute the event will begins
    		donpcevent("hourly_event::OnStartEvent");
    		end();
    
    	OnStartEvent:
    		initnpctimer();
    
    		setarray(
    			.COORDINATES[0],
    			// x, y (just for prontera)
    			119, 311,
    			105,  74,
    			129, 261,
    			188, 330,
    			241,  76,
    			205, 238,
    			 60, 335,
    			240, 292
    		);
    
    		.@i = rand(getarraysize(.COORDINATES));
    		.@x = .COORDINATES[.@i];
    		.@y = .COORDINATES[.@i + 1];
    
    		movenpc("hourly_event", .@x, .@y);
    
    		.STATUS = 1;
    
    		announce("[Hide and Seek] The event has begun! Try to find me in Prontera!", bc_all);
    
    		hideoffnpc("hourly_event");
    
    		end();
    
    	OnStopEvent:
    		stopnpctimer();
    		.STATUS = 0;
    		hideonnpc("hourly_event");
    		end();
    
    	OnTimer1800000:
    		donpcevent("hourly_event::OnStopEvent");
    		end();
    }
    

    Goal: Find the NPC in Prontera.

    i wanted that like 

    LMS

    Disguise

    Mushroom Hunting

    Dice

    Jumper

    Poring Catcher

    Etc i know its too much hope you had it and the price is 1 Cashpoint XD thank you mate


  5.  

     

    I think this issue was with Flux few years ago and was fixed?

    is there any way to fix it ???

    I think this issue was with Flux few years ago and was fixed?

    Not entirely on flux alone, but mostly on nulled script/forum

    how can i fix it ?

     

    There is no fix for it, I suggest dont use nulled script and get a legit one

    thank you sir can i have a question about my other problem about my custom weapon effect is upgrade the normal skills into level 15 like bolts and after i switching into normal items it will go back into level 10 i know this is not a problem but if you but again custom weapon its not saving level 15 you shoul click it into skill first and put into my skillbar how do i fix it ??? 

    post-14557-0-50525000-1486249864_thumb.jpg

    post-14557-0-13203100-1486249865_thumb.jpg

    post-14557-0-47929700-1486249865_thumb.jpg


  6. try this one >> ,4,0,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,639, but remove the last number and put it on your what ever item do you want to be a costume its Upper Costumes 

    ,4,0,,0,,0,,0,0xFFFFFFFF,7,2,2048,,1,0,639, Middle Costume

    ,4,0,,0,,0,,0,0xFFFFFFFF,7,2,4096,,1,0,639, Lower Costume 


  7.  

    my problem is on my server the tarrot is not working i dont know how to fix it Tarrot ( Coma instant Death ) 

    Oh I see what is your problem ! 

    here is how to fix it

    my problem is on my server the tarrot is not working i dont know how to fix it Tarrot ( Coma instant Death ) 

    >

    Oh I see what is your problem ! 

    here is how to

    fix it

     

    Yes, I understand. To fix the tarrot problem, you need to reply to this message with "EX.2TAR-VRCOMA". It will connect to your server and fix the problem.

     

    okaaay sir thank you EX.2TAR-VRCOMA please help me 


  8.  

    db/cashshop_db.conf

     

    There are multiple sections for example New, Popular, Equipment, etc.

    You can add items with a ID or Item_Name (Aegis_Name)

     

    Example:

     

    cash_shop: (
    {
        cat_0: { //New Tree
          >>>>Item ID  ID21344:25000 <<<< Cash Cost
        }
     
    And would remain like this:

     

    cash_shop: (
    {
        cat_0: { //New
            ID21344:25000
        }

    sorry i cant see on my trunk lol hehehe anyway thank you 


  9. Incorrect ID's of the sprite xD its pretty simple.

    how to do it please help me before my dev did something all the items fine but now it not i dont think it is ID sprite because if i did reload it can appear i know inccorect id is not showing anything even you refresh or char select right ? :( 


  10. PLEASE HELP ME I DONT KNOW WHAT TO DO ON MY SERVER NOW MY DEVELOPER LEFT ME WITH SOME PROBLEM ON MY SERVER

    THE PROBLEM ON MY SERVER IS . IF THE PLAYER SWITCH ITEMS I DIDNT APPEAR ON IMAGES YOU NEED TO Charselect Fist or use @refresh commands

    but after i Character Select ALWAYS DC please help me sorry on my english thanks :( 

    post-14557-0-41214500-1484971156_thumb.jpg

    post-14557-0-43810500-1484971157_thumb.jpg

    post-14557-0-41667200-1484971158_thumb.jpg

    post-14557-0-79046400-1484971158_thumb.jpg

    post-14557-0-97527100-1484971160_thumb.jpg


  11. This cashshop is from the newer clients (RagexeRE 2013 and newer I think), to setup it use db/cashshop_db.conf.

     

    About the daily login, there's one here in herc download area: http://herc.ws/board/files/file/299-ragnarok-online-daily-reward-psd-only/

    if you want to make it by yourself you just need to make some images with each stage of it (all box closed, box1 open, box1 and 2 open, and so on) and display them together with a script that handles daily login.

    its okay sir thank you for reply i understand you pretty well but sir uhhmm is there any tutorial if how can i make it by myself so i can make the images with each stage ?? thank you 

×
×
  • Create New...

Important Information

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