Jump to content

simplexjay2

Members
  • Posts

    224
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by simplexjay2

  1. I'm Having a problem that when i open the client of 2014-10-22bRagexe it give's me crash 

     

    but when i change my client info to localhost like 127.0.0.1 it's working but when i put my vps server ip it give me a error

     

    WORKING CONFIG...

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
       <connection>
          <display>Global Ragnarok Online</display>
          <balloon>Created and Developed By DevJhay!</balloon>
          <desc>Free 2 Play!</desc>
          <address>127.0.0.1</address>
          <port>6900</port>
          <version>51</version>
          <langtype>0</langtype>
          <registrationweb>---------</registrationweb>
            <aid>
    
    			<admin>2000001</admin>
    			<admin>2000002</admin>
    			<admin>2000003</admin>
    			<admin>2000004</admin>
    			<admin>2000005</admin>
    
            </aid>
            <loading>
                <image>loading00.jpg</image>
                <image>loading01.jpg</image>
                <image>loading03.jpg</image>
                <image>loading04.jpg</image>
                <image>loading05.jpg</image>
                <image>loading06.jpg</image>
    
            </loading>
       </connection>
    
    
    </clientinfo>
    
    
    

    NOT WORKING... GIVE CLIENT CRASH WHEN OPENNING

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>primary</servertype>
       <connection>
          <display>Global Ragnarok Online</display>
          <balloon>Created and Developed By DevJhay!</balloon>
          <desc>Free 2 Play!</desc>
          <address>IP OF MY VPS 123.123.123.123</address>
          <port>6900</port>
          <version>51</version>
          <langtype>0</langtype>
          <registrationweb>---------</registrationweb>
            <aid>
    
    			<admin>2000001</admin>
    			<admin>2000002</admin>
    			<admin>2000003</admin>
    			<admin>2000004</admin>
    			<admin>2000005</admin>
    
            </aid>
            <loading>
                <image>loading00.jpg</image>
                <image>loading01.jpg</image>
                <image>loading03.jpg</image>
                <image>loading04.jpg</image>
                <image>loading05.jpg</image>
                <image>loading06.jpg</image>
    
            </loading>
       </connection>
    
    
    </clientinfo>
    
    
  2. -	script	StorageInfo	-1,{
    
    OnSettings:
    mes "[Storage Security Info]";
    mes "Select an option";
    next;
    if(#StoragePassword > 1);
    switch(select("Change Password:Forgot Password:Close")) {
    
    case 1:
    	mes "[Storage Security Info]";
    	mes "Input current password";
    	next;
    	input .@pass;
    	if (.@pass != #StoragePassword) {mes "Invalid password, please try again."; close;}
    	mes "[Storage Security Info]";
    	mes "Input New Password";
    	next;
    	input .@passn;
    	if (.@passn < 1000 || .@pass > 9999) {mes "Invalid password, please try again ^FFF000(1000 - 9999)^000000."; close;}
    	mes "[Storage Security Info]";
    	mes "Confirm New Password";
    	next;
    	input .@passnc;
    	if (.@passnc != .@passn) {mes "Please try again."; close;}
    	set #StoragePassword, .@passn;
    	
    
    case 2:
    	mes "[Storage Security Info]";
    	mes "Please input your account email.";
    	next;
    	input .@email$;
    	query_sql "SELECT email FROM login WHERE account_id = "+ getcharid(3) +";",.@emaill$[0];
    	if (.@email$ != .@emaill$[0]) {mes "Invalid email, please try again"; close;}
    	
    	mes "[Storage Security Info]";
    	mes "Input New Password";
    	next;
    	input .@passn;
    	if (.@passn < 1000 || .@pass > 9999) {mes "Invalid password, please try again ^FFF000(1000 - 9999)^000000."; close;}
    	mes "[Storage Security Info]";
    	mes "Confirm New Password";
    	next;
    	input .@passnc;
    	if (.@passnc != .@passn) {mes "Please try again."; close;}
    	set #StoragePassword, .@passn;
    
    case 3:
    	close;
    
    
    else if (!#StoragePassword) {
    switch(select("Set Password:Close")) {
    
    case 1:
    	mes "[Storage Security Info]";
    	mes "Input New Password";
    	next;
    	input .@passn;
    	if (.@passn < 1000 || .@pass > 9999) {mes "Invalid password, please try again ^FFF000(1000 - 9999)^000000."; close;}
    	mes "[Storage Security Info]";
    	mes "Confirm New Password";
    	next;
    	input .@passnc;
    	if (.@passnc != .@passn) {mes "Please try again."; close;}
    	set #StoragePassword, .@passn;
    	}
    
    case 2:
    	close;
    
    	}
    	}
    }
    

    GIves me error npc_event: event not found [storageInfo::Onsettings]

  3. i want to make npc that when he detect the player in log in a vip it will automatically set the aura to 16 and but if it's not vip or the vip is expired it will be back the aura to 0

    - script aura_atcommand -1,{
    OnPCLoginEvent:
    if(vip_status(0)) 
    atcommand "@aura 0";
    }
    - script aura_atcommand -1,{
    OnPCLoginEvent:
    if(vip_status(1)) 
    atcommand "@aura 16";
    }

    What's wrong with it

     

     

  4. 5bbe6628-2fa0-11e5-9c55-10e5216b9ac4.png

    I have problem with latest Git i already do things to make it work but still no luck when i login in 2013-08-07 or even other client when i log in and select the char it will pop up the error disconnected 

    i already edit 

    clif.h

    packet_db

    clientinfo.xml

    and other stuff

  5. Any Good explanation to fix the spider web like ANKLESNARE


     

     

    @Anakid I tried that but easily bypass by just walking

    Then you should change the skill duration in skill_cast_db.txt

     

    Hi Anakid what should be the proper setting in skill_cast_db

     

     

    @Anakid I tried that but easily bypass by just walking

    Then you should change the skill duration in skill_cast_db.txt

     

    Hi Anakid what is the setting in skill_cast_db.txt? we have same case that it is bypass by walking on the trap


    Nevermind Solved Already.

     

    how did u solve

×
×
  • Create New...