Jump to content

AceofSpades

Members
  • Posts

    102
  • Joined

  • Last visited

Posts posted by AceofSpades

  1. 2 hours ago, amanikoko said:

    Hi, i know this is showscript command.

    However, how to make it to show timer as  picture shown above using euphy woe controller?

    In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way?

    Appreciate if someone could help to input or guide along.

    Much appreciate.

    Thank you!

    ultimatepvpwarper.txt 4.38 kB · 0 downloads

    just add the getmapuser in showscript to display a current user

  2. On 5/25/2023 at 2:41 PM, nelax said:

    Could you help me? I have this script from an Emistry topic.

     

    .@count = countitem(6150);
    if( .@count ){
    	if( select( getitemname( 6150 )+" X "+.@count,"close" ) == 1 ){
    		mes "Done ??";
    	}
    }else{
    	mes "You dont have any.";
    }
    close;
    }

    Topic Emistry

    function	script	KeyWarp	{
    	if(countitem(6266) >= 1 || countitem(6267) >= 1 || countitem(6268) >= 1)
    		menu (countitem(6267) ? ""+getitemname(6267)+"":""),Test1,(countitem(6268) ? ""+getitemname(6268)+"":""),Test2,(countitem(6266) ? ""+getitemname(6266)+"":""),Test3;
    	else
    		showscript "You don't hold any key.";
    		end;
    
    Test1:
    	showscript "Warp To Key of Illusion";
    	end;
    Test2:
    	showscript "Warp to Key of Gaiety";
    	end;
    Test3:
    	showscript "Warp to Key of Deception";
    	end;
    }

     

     

    its already release then just apply the code to your script, just understand the codes how to merge it to your script

  3. 9 minutes ago, nelax said:

    Teleport using item. They are a kind of key that will stay in the etc. When I click on my Tower Portal item, the teleport location will appear according to the keys in the inventory.

     

    something similar to that. However, instead of appearing only one option in the window, the other keys also appeared.

    1231.png

    just add your geitemid in your menu script and put the item id number....

  4. 1 hour ago, eloscar23 said:

    Where here? 

     1832,IFRIT,Ifrit,Ifrit,99,7700000,0,3154321,3114520,3,13530,17000,40,50,120,180,25,190,199,50,10,12,2,0,83,0x37B5,130,212,384,360,1577160,10000,603,5500,617,5000,616,2000,994,10000,2677,3000,2678,200,2679,200,1471,2000,1133,2000,2345,100,0,0,0,0,4430,1

    just check and read the comment at the upper, then try to understand the format and wheres the drop rates....

  5. 7 minutes ago, Enoch said:

    it's working but when you relog it disappeared though  can be back if you refresh or change map

    try this one, i already @refresh or change map and still working

     

    -    script    Enoch    FAKE_NPC,{

    OnPCLoginEvent:

    OnInit:
        if(BaseLevel == 120){
            hateffect 18,true;
        }
        end;
    }

     

  6. 8 hours ago, Enoch said:

    hi guys  im requesting hateffect after reaching max lvel i tried this but no luck 

    -    script    LVL175    -1,{
    OnInit:
        if(BaseLevel <= 175) { hateffect 170,true; }
        end;
    }

    try this 

    -    script    Enoch   FAKE_NPC,{

    OnPCLoginEvent:

        if(BaseLevel == 170)
            hateffect 1,true;
        end;
    }

  7. 21 minutes ago, AinsLord said:

    goods naman lods

    // Server Communication username and password.

    tama user pass

    // MySQL Login server
    login_server_ip: 162.x.x.x
    login_server_port: 3306
    login_server_id: rathena
    login_server_pw: test
    login_server_db: ragnarok
    login_codepage:
    login_case_sensitive: no
    
    ipban_db_ip: 162.x.x.x
    ipban_db_port: 3306
    ipban_db_id: rathena
    ipban_db_pw: test
    ipban_db_db: ragnarok
    ipban_codepage:
    
    // MySQL Character server
    char_server_ip: 162.x.x.x
    char_server_port: 3306
    char_server_id: rathena
    char_server_pw: test
    char_server_db: ragnarok
    
    // MySQL Map Server
    map_server_ip: 162.x.x.x
    map_server_port: 3306
    map_server_id: rathena
    map_server_pw: test
    map_server_db: ragnarok
    
    // MySQL Web Server
    web_server_ip: 162.x.x.x
    web_server_port: 3306
    web_server_id: rathena
    web_server_pw: test
    web_server_db: ragnarok
    
    // MySQL Log Database
    log_db_ip: 162.x.x.x
    log_db_port: 3306
    log_db_id: rathena
    log_db_pw: test
    log_db_db: ragnarok
    log_codepage:
    log_login_db: loginlog
    

    tama nmn ung conf ng IPs ko sa inter_athena

    sa latest git lng tlga ako mei problema

    ung old git ko ok naman sya

     

    23 minutes ago, AinsLord said:

    goods naman lods

    // Server Communication username and password.

    tama user pass

    // MySQL Login server
    login_server_ip: 162.x.x.x
    login_server_port: 3306
    login_server_id: rathena
    login_server_pw: test
    login_server_db: ragnarok
    login_codepage:
    login_case_sensitive: no
    
    ipban_db_ip: 162.x.x.x
    ipban_db_port: 3306
    ipban_db_id: rathena
    ipban_db_pw: test
    ipban_db_db: ragnarok
    ipban_codepage:
    
    // MySQL Character server
    char_server_ip: 162.x.x.x
    char_server_port: 3306
    char_server_id: rathena
    char_server_pw: test
    char_server_db: ragnarok
    
    // MySQL Map Server
    map_server_ip: 162.x.x.x
    map_server_port: 3306
    map_server_id: rathena
    map_server_pw: test
    map_server_db: ragnarok
    
    // MySQL Web Server
    web_server_ip: 162.x.x.x
    web_server_port: 3306
    web_server_id: rathena
    web_server_pw: test
    web_server_db: ragnarok
    
    // MySQL Log Database
    log_db_ip: 162.x.x.x
    log_db_port: 3306
    log_db_id: rathena
    log_db_pw: test
    log_db_db: ragnarok
    log_codepage:
    log_login_db: loginlog
    

    tama nmn ung conf ng IPs ko sa inter_athena

    sa latest git lng tlga ako mei problema

    ung old git ko ok naman sya

    yang mga ip try to change to localhost or 127.0.0.1 bro

×
×
  • Create New...