Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by LearningRO

  1. prontera,123,123,3	script	pvp	99,{
    	mes "Choose one";
      	switch(select("Trans:First"){
          case 1:
          			.@eac = eaclass();
          			if(Baselevel <80 && Class != .@eac&EAJL_UPPER ) {
                      Mes "You can't enter this room";
                      close;
                    }
          			warp "map",0,0;
          			end;
          case 2:
          			.@eac = eaclass();
          			if(Baselevel <50 && @eac&(EAJL_UPPER) ) {
                      Mes "You can't enter this room";
                      close;
                    }
          			warp "map",0,0;
          			end;
    }

    Try this im not test it

  2. On 3/4/2021 at 10:44 PM, M a p l e said:

    Friend is useless to ask, nobody will give EP 17.1 as easily and even more for free.
    I have friends who are selling the full EP 17.1 and 17.2.

    if you want to buy episode 17.1 and 17.2

    just ask to @crazyarashi He the original author make script for 17.1 and 17.2

  3. Quote

    langkah configure saya
    1. ./configure --enable-packetver=20180620 

    2. ./configure && make clean && make server

    3. ./athena-start restart

    ini Kesalahan anda bro 
    Step 1 anda sudah definis client version 
    step 2 anda hilang kan otomatis ga mau konek hehe

    acctualy ada cara cepet dari pada lewat tuh file ckup lewat ./configure semua ja

    ./configure --enable-epoll=yes --enable-prere=yes --enable-vip=yes  --enable-packetver=20180620 

  4. 17 minutes ago, konishiwa said:

    one last question o dear good sir, how to make the new cart working?, i'm clicked the new cart in cart selection, but nothing happens, only the old cart is working but not for the NEW ONE....

    screenrAthena005.jpg

    try to check your LUA file its compatible with your client version

  5. 3 hours ago, konishiwa said:

    like this?,. i'm sorry if this is wrong, i'm newbie and not very bright at script, but i'm willing to learn....

    tes.jpg

    if u use renewal maybe u just create this item 
     

    Quote

    - Id: 100158
        AegisName: Mado_Box02
        Name: Mado Strengthening Suit
        Type: Usable
        Buy: 10000
        Weight: 300
        Jobs:
          Blacksmith: true
        Classes:
          All_Third: true
        EquipLevelMin: 100
        Delay:
          Duration: 180000
        Script: |
          specialeffect2 EF_CLAYMORE;
          setmadogear true,MADO_SUIT;

     

    • Love 1
  6. 9 hours ago, konishiwa said:

    still not working sir, the message is "An invalid number was specified" @bodystyle failed

    @bodystyle 0 = original 3rd job outfit
    @bodystyle 1 = alternative 3rd job outfit
    @bodystyle 2 = "An invalid number was specified" @bodystyle failed

    Quote

     

    area u sure use the lastest rathena?

  7. On 9/14/2020 at 7:28 PM, CyberDevil said:

    Thanks @Balfear for the explanation but unfortunately I have serious problems with any version of ragexe higher than 2018-06-21, with Nemo (also updated) I cannot set the 3 encryption keys (see screenshots) that I have always used on my server, as well as other errors for others monor diffs but not important like these 3 keys.
    Is there a version of Nemo that can allow me to add keys to a ragexe compatible with ultra high IDs?

    1.png

    Coz that client didn't use Packet Encrypt anymore

  8. Hi, Someone can fix this script event from Godammit
     

    prontera,150,180,4	script	SafeZoneEvent	100,{
    	if(.event==2)end;
    	select("[Join]");
    	if(!.event)initnpctimer;
    	warp "ggpro",19,19;
    	set .event,1;
    	end;
    OnTimer5000:
    	mapannounce "ggpro","[System]:Game Start",bc_map;
    	sleep 3000;
    	for(set .@i,1;.@i<=10;set .@i,.@i+1)
    		callsub Start;
    	mapannounce "ggpro","[System]:Game Over",bc_map;
    	sleep 3000;
    	callsub WarpNoSafe;
    	end;
    Start:
    	set .event,2;
    	set .e_x,rand(1,35);
    	set .e_y,rand(1,35);
    	set .e_t,5;
    	callsub WarpShow,.e_x,.e_y;
    	while(sleep(1000))
    		if(set(.e_t,.e_t-1)<0)
    			break;
    		else
    			callsub ShowEffect;
    	callsub WarpNoSafe,.e_x,.e_y;
    	sleep 1000;
    	return;
    OnInit:
    	callsub WarpNoSafe;
    	end;
    WarpNoSafe:
    	if(!getarg(0,0)&&!getarg(1,0))
    	{
    		mapwarp "ggpro","prontera",150,180;
    		set .event,0;
    		set .e_x,0;
    		set .e_y,0;
    		set .e_t,0;
    		return;
    	}
    	areawarp	"ggpro",0,0,40,getarg(1)-1,"prontera",150,180;
    	areawarp	"ggpro",0,getarg(1)+3,40,40,"prontera",150,180;
    	areawarp	"ggpro",0,getarg(1),getarg(0)-1,getarg(1)+2,"prontera",150,180;
    	areawarp	"ggpro",getarg(0)+3,getarg(1),40,getarg(1)+2,"prontera",150,180;
    	return;
    ShowEffect:
    	for(set .@i,1; .@i<=8; set .@i,.@i+1)
    		initnpctimer "SafeZoneEvent#Effect"+.@i;
    	return;
    WarpShow:
    	movenpc	"SafeZoneEvent#Effect1",getarg(0),getarg(1);
    	movenpc	"SafeZoneEvent#Effect2",getarg(0)+1,getarg(1);
    	movenpc	"SafeZoneEvent#Effect3",getarg(0)+2,getarg(1);
    	movenpc	"SafeZoneEvent#Effect4",getarg(0),getarg(1)+1;
    	movenpc	"SafeZoneEvent#Effect5",getarg(0),getarg(1)+2;
    	movenpc	"SafeZoneEvent#Effect6",getarg(0)+1,getarg(1)+2;
    	movenpc	"SafeZoneEvent#Effect7",getarg(0)+2,getarg(1)+2;
    	movenpc	"SafeZoneEvent#Effect8",getarg(0)+2,getarg(1)+1;
    	return;
    }
    
    
    ggpro,1,1,0	script	SafeZoneEvent#Effect1	139,{
    OnTimer100:
    	specialeffect 315;
    	end;
    }
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect2	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect3	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect4	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect5	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect6	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect7	139
    ggpro,1,1,0	duplicate(SafeZoneEvent#Effect1)	SafeZoneEvent#Effect8	139


    I alwasy get this warning a loot even all player get kick all

     

    [Warning]: Unexpected type for argument 1. Expected number.
    [Debug]: Data: label pos=495
    [Debug]: Function: jump_zero
    [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180)
    [Warning]: Unexpected type for argument 1. Expected number.
    [Debug]: Data: label pos=495
    [Debug]: Function: jump_zero
    [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180)
    [Warning]: Unexpected type for argument 1. Expected number.
    [Debug]: Data: label pos=495
    [Debug]: Function: jump_zero
    [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180)

     

×
×
  • Create New...