Jump to content

crazyarashi

Developer
  • Posts

    763
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by crazyarashi

  1. 1 minute ago, Radian said:

    error here

    
    mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000"";

    it should be

    
    mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000";

     

    Oh God Thanks i didn't see that small thing over there! hahahha Thanks :))

  2. verus04,81,113,0	script	Machine#machine		10007,{
    	if ((checkquest(13184) == 1) || (checkquest(13184) == 0)) {
    		set .@charleston_time,checkquest(13185,PLAYTIME); //20 Hours
    			if (.@charleston_time == 2) {
    				erasequest 13185;
    				end;
    			}
    			else  if ((.@charleston_time == 1) || (.@charleston_time == 0)) {
    				mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access.^000000"";
    				close; <------- Line Error Shows Here
    			}
    			else if (.@charleston_time == -1) {
    				set .@party_id,getcharid(1);
    				set .@p_name$,getpartyname(.@party_id);
    				set .@md_name$,"Charleston Crisis";
    				
    				if (!instance_check_party(.@party_id,1)) {
    					mes "^ff0000You first must form/join a party of at least 1 person to enter this dungeon.^000000";
    					close;
    				}
    				if (getcharid(0) == getpartyleader(.@party_id,2))
    					set .@menu$, "Prepare a dimensional portal.:Charleson Factory Entry.:Cancel";
    				else
    				set .@menu$, ":Charleston Factory Entry.:Cancel.";
    				switch(select(.@menu$)) 
    				{
    				case 1:
    					if (instance_create(.@md_name$) < 0) {
    						mes "Party Name: "+.@p_name$;
    						mes "Party Leader: "+strcharinfo(0);
    						mes "^0000ff"+.@md_name$+" ^000000- Reservation Failed!";
    						close;
    					}
    					mes "^ff0000The Dimensional portal is ready to go!^000000";
    					mes "^ff0000Please Wait!^000000";
    					close;
    				case 2:
    					switch(instance_enter(.@md_name$))
    					{
    						case 0:
    							if (getcharid(0) == getpartyleader(.@party_id,2)) {
    								if(charlestonins == 0) {
    									mapannounce "verus04",strcharinfo(0)+", member of the party "+.@p_name$+" entered the instance "+.@md_name$+".",bc_map,"0x00ff99";
    									setquest 13185;
    									specialeffect2 EF_WARP;
    									//warp "1@mcd",127,282;
    									end;
    								} else {
    									mapannounce "verus04",strcharinfo(0)+", member of the party "+.@p_name$+" entered the instance "+.@md_name$+".",bc_map,"0x00ff99";
    									setquest 13185;
    									set charlestonins,0;
    									specialeffect2 EF_WARP;
    									//warp "1@mcd",127,282;
    									end;
    								}
    							} else {
    								if(charlestonins == 0) {
    									mes "[Machine]";
    									mes "Dimensional Portal is Ready!";
    									next;
    									mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access..^000000";
    									next;
    									mes "^ff0000The Party Leader did not prepare a dimensional portal.^ff0000";
    									mapannounce "verus04",strcharinfo(0)+", member of the party "+.@p_name$+" entered the instance "+.@md_name$+".",bc_map,"0x00ff99";
    									setquest 13185;
    									specialeffect2 EF_WARP;
    									sleep2 1000;
    									//warp "1@mcd",127,282;
    									close;
    								} else {
    									mes "[Machine]";
    									mes "Dimensional Portal is Ready!";
    									set charlestonins,0;
    									next;
    									mes "^ff0000This dimensional portal cannot be accessed for 20 hours after your last access..^000000";
    									next;
    									mes "^ff0000The Party Leader did not prepare a dimensional portal.^ff0000";
    									mapannounce "verus04",strcharinfo(0)+", member of the party "+.@p_name$+" entered the instance "+.@md_name$+".",bc_map,"0x00ff99";
    									setquest 13185;
    									specialeffect2 EF_WARP;
    									sleep2 1000;
    									//warp "1@mcd",127,282;
    									close;
    								}
    							}
    						//custom @ official server kRO simple when click nothing happens.
    						case 1:
    							mes "Only the registered members can enter the instance "+.@md_name$+".";
    							close;
    						case 2:
    							mes "The memorial dungeon "+.@md_name$+" does not exist.";
    							mes "The party leader did not generate the dungeon yet.";
    							close;
    						case 3:
    							mes "Unknown error";
    							close;
    					}
    				case 3:
    					close;	
    				}
    	} else {
    		mes "^ff0000Dimensional Portal needs to be open from Charleston.^000000";
    		close;
    	}
    }

    Hi Good Day Rathena this is the first time i've encountered this but when I take a look at it there doesn't seem to be a mistake (Correct me if im wrong) 
    it shows Unexpected new line at string i've highlighted the string where the error shows up :o

  3. prontera,163,152,3	script	PvP Battle Room#01::pvparena	810,{
    
    	waitingroom "PVP Room",0;
    
    
    
    mes "[PvP Battle Room]";
    mes "Pilih Ruangan";
    menu	
    	"All Class [" + getmapusers("pvp_y_1-2") + "]",pvp1,
    	"Non Donate [" + getmapusers("pvp_n_8-5") + "]",spvp,
    	"Trans Class [" + getmapusers("guild_vs1") + "]",pvp2,
    	"Guild vs Guild [" + getmapusers("guild_vs3") + "]",gvg1,
    	"Novice [" + getmapusers("guild_vs2") + "]",novc;
    
    
    pvp1:
    	warp "pvp_y_1-2",0,0;
    	announce ""+ strcharinfo(0) +" Has Entered The PVP Room.",bc_all; 
    	close;
    gvg1:
    	warp "",0,0;
    	announce ""+ strcharinfo(0) +" Has Entered The GVG Room.",bc_all; 
    	close;
    pvp2:
    	if(Class >= 4008 && Class <= 4021){
    	warp "guild_vs1",0,0;
    	announce ""+ strcharinfo(0) +" Has Entered The PVP Room Trans Class.",bc_all; 
    	close;
    	}
    	mes "Trans Class Only.";
    	close;
    spvp:
    	if(countitem(20450) > 0 || countitem(32171) > 0 || countitem(32423) > 0 || countitem(32422) > 0 || countitem(32424) > 0 || countitem(32440) > 0 || countitem(32441) > 0 || countitem(32442) > 0 || countitem(32210) > 0 || countitem(32214) > 0 || countitem(32202) > 0) goto donator;
    	warp "pvp_n_8-5",0,0;
    	announce ""+ strcharinfo(0) +" Has Entered The PVP Room Non Donate.",bc_all; 
    	close;
    novc:
    	if (Class != 0) goto nchamp;
    	warp "guild_vs2",0,0;
    		announce ""+ strcharinfo(0) +" Has Entered The PVP Room Novice.",bc_all; 
    	close;
    
    	nchamp:
    		next;
    		mes "[PvP Warper]";
    		mes "You're not a Novice.";
    		close;
    		
    donator:
    	mes "You are a donator you are not allowed to this room";
      	close;
    }
    
    //Mapflag
    guild_vs1	mapflag	pvp
    guild_vs1	mapflag	nocommand	90
    pvp_y_1-2	mapflag	nocommand	90
    guild_vs3	mapflag	gvg
    guild_vs3	mapflag	nocommand	90
    
    guild_vs2	mapflag	pvp
    guild_vs2	mapflag	nocommand	90
    
    
    //====================================================================================
    ///Duplicates
    morocc,152,94,0	duplicate(pvparena)	PvP Battle Room#2	810
    geffen,127,63,0	duplicate(pvparena)	PvP Battle Room#3	810
    alberta,114,64,0	duplicate(pvparena)	PvP Battle Room#5	810
    izlude,123,147,0	duplicate(pvparena)	PvP Battle Room#6	810
    aldebaran,134,113,0	duplicate(pvparena)	PvP Battle Room#7	810
    xmas,141,127,0	duplicate(pvparena)	PvP Battle Room#8	810
    comodo,194,158,0	duplicate(pvparena)	PvP Battle Room#9	810
    yuno,150,184,0	duplicate(pvparena)	PvP Battle Room#10	810
    amatsu,101,143,0	duplicate(pvparena)	PvP Battle Room#11	810
    gonryun,152,114,0	duplicate(pvparena)	PvP Battle Room#12	810
    umbala,126,137,0	duplicate(pvparena)	PvP Battle Room#13	810
    louyang,214,106,0	duplicate(pvparena)	PvP Battle Room#14	810
    ayothaya,154,116,0	duplicate(pvparena)	PvP Battle Room#15	810
    einbroch,68,203,0	duplicate(pvparena)	PvP Battle Room#16	810
    lighthalzen,150,91,0	duplicate(pvparena)	PvP Battle Room#17	810
    jawaii,206,208,0	duplicate(pvparena)	PvP Battle Room#18	810
    hugel,99,161,4	duplicate(pvparena)	PvP Battle Room#19	810
    rachel,123,142,0	duplicate(pvparena)	PvP Battle Room#20	810
    veins,211,119,0	duplicate(pvparena)	PvP Battle Room#21	810
    brasilis,191,185,0	duplicate(pvparena)	PvP Battle Room#22	810
    dewata,191,185,0	duplicate(pvparena)	PvP Battle Room#23	810
    dicastes01,199,194,0	duplicate(pvparena)	PvP Battle Room#24	810
    malangdo,200,149,0	duplicate(pvparena)	PvP Battle Room#25	810
    malaya,271,364,0	duplicate(pvparena)	PvP Battle Room#26	810
    mora,121,113,0	duplicate(pvparena)	PvP Battle Room#27	810
    splendide,191,152,0	duplicate(pvparena)	PvP Battle Room#28	810
    eclage,277,289,0	duplicate(pvparena)	PvP Battle Room#29	810
    moscovia,217,193,0	duplicate(pvparena)	PvP Battle Room#30	810
    louyang,91,245,0	duplicate(pvparena)	PvP Battle Room#31	810
    moscovia,173,77,0	duplicate(pvparena)	PvP Battle Room#32	810
    manuk,292,181,0	duplicate(pvparena)	PvP Battle Room#33	810

    Hi Try this! havent tested it though :))

    • Upvote 1
  4. 2 hours ago, Sunset said:
    1. ew... where can i find this? 
    2. i completly dont understand your sentence, im sorry. what you mean by original? lub files? i got only .bmp .str and .act -_-

    1. You're using a 2015 Client that means you're client is using iteminfo.lub/lua You can find this one in the system folder :))
    2. The input you're gonna add in iteminfo.lua/lub must be correct and match the sprite that you want to add so that it wont display an apple or no sprite item :))
    Example.

        [33001] = {
            unidentifiedDisplayName = "Custom Aura",
            unidentifiedResourceName = "custom_aura", (sprite name)
            unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
            identifiedDisplayName = "Custom Aura Blue", (Display Name in game)
            identifiedResourceName = "custom_aura", (sprite name)
            identifiedDescriptionName = {
                "A custom blue aura.", (Description in game)
                "Defense:^0000FF 0^000000",
                "Weight:^006600 10^000000", (Weight Display)
                "Minimum Level:^006600 1^000000",
                "Maximum Level:^006600 99^000000",
                "Jobs:^6666CC All classes^000000"
            },
            slotCount = 1,  (Slot Display)
            ClassNum = 3500  (The View ID in AccessorryID.lub)
        },

    and you probably have a wrong input in the accessorryid.lub :)) just find the line where is the error :))

  5. 3 minutes ago, lexaeus said:

    Hi I managed to make my new_1-1 pkable however fields are also pkable. should I switch off pk mode?

    If you activate the pk all dungeons and fields will be on PK :))
    if you just want specific maps you should turn it off and apply the pvp mapflags to the specific maps :))

    • Upvote 1
  6. Hi as far as i know all 4 elemental resist potion do stack, But when you activated all of it you will just get a 5% resist from all elements since every resist potions have a counterpart of 15% increase damage to their specific weak elements. :))

    • Upvote 3
  7. 2 hours ago, akosivinmark said:

    Hello, I am experiencing 12 second delay before @reloadscript command take effect. it somehow freezes everything after i hit enter.

    I have 32gb of ram so ram is not an issue. 480GB Soft SSDs as well. 4 cores and 8 threads running on Intel Xeon E3-1245v5

    What should I upgrade to remove this freeze time when doing @reloadscript?

    Are you reloading scripts while there is a player online? :))

  8. 8 minutes ago, Techno Vicking said:

    I manage to find the file now, thanks a lot man xD

    I`ve just tried to do what you suggest in your first post, but still nothing, I changed my skilltree.txt and skilltreeview.lub, I even tried to copy and paste your example but nothing xD

    Any idea on what it could be?

     

    Can you send the one you edited :))

  9. 9 minutes ago, Techno Vicking said:

    @crazyarashi

    I manage to add the skill in the server database, my problem is in the client, I can`t manage to find the skilltreeview.lua/lub, there isn`t anything similar to that.

    Isn`t it a problem that I`m on a RE based server? Or should I have some kind of program to do that? I`m really lost about all that stuff xD.

    And one last thing, when you said about the customes, you sent me this

    Those strange symbols aren`t a problem? 

    Anyway, thanks a lot man :D

    the path for skillinfoz is data/luafiles514/luafiles/skillinfoz\skilltreeview.lub :))

  10. Hi Good Day,
     Yes it is possible if they know the exact client you are using which is kinda hard.

    You won't be able to block WPE/Maya Purple hacks by just diffing it using NEMO. It's either you will use packet obsfuscation or
    you will get a gameguard to block all third party programs.
    but packet obsfuscation has limitations in blocking third party program.
    gameguard is the best solution since a gameguard can limit max clients you wont have to worry about players bypassing your no multiple log-ins and block all third party programs :)))

    • Upvote 1
×
×
  • Create New...