-
Posts
109 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Angeluz
-
-
eso es no es problema de configurador, te falta la skill dancing lesson al 10
-
Is there a way to make the icewall skill not affect users?
-
16 minutes ago, Mael said:
Este también es bueno, siempre y cuando no sepas configurar todo por tu cuenta.
Por que ese pero?
-
1 minute ago, Vale said:
GameMaster 3 is already Level 4
In that case it should be Event Manager but it doesn't change
Lvl or group_id?
-
2 hours ago, Vale said:
Nope, I don't have, I just change the (Admin) into (GM) because of that bug occurs
then u need to change GM level of GameMaster3 to 4.
-
check in /conf/group.conf that you have the same Id for GM
-
Here
Quotefunction get_GM_Title { switch ( getarg( 1,0 ) ) { default: .@title$ = ""; case 1: .@title$ = "(Super Player)"; case 2: .@title$ = "(Support)"; case 3: .@title$ = "(Script Manager)"; case 4: .@title$ = "(Event Manager)"; case 10: .@title$ = "(Law Enforcement)"; case 98: .@title$ = "(Developer)"; case 99: .@title$ = "(GM)"; } return .@title$ + " " + getarg( 0,"NULL" ); }
-
Y sobre eccohost?
-
It also doesn't work with the requestguildinfo command
-
Puedes colocar al salir del BG un npc que quite ese estado usando el siguiente código dentro de ese npc
setpcblock(PCBLOCK_SKILL|PCBLOCK_USEITEM,false);
-
Intenta con algo así
- script poring_walk -1,{ end; OnInit: npcspeed 100; initnpctimer; end; OnTimer4000: getmapxy .@map$, .@x, .@y, BL_NPC; set .@curX, callfunc("rent_aliceXY",.@x,46,61); set .@curY, callfunc("rent_aliceXY",.@y,54,73); npcwalkto .@curX, .@curY; initnpctimer; end; } prontera,153,155,3 duplicate(poring_walk) Poring#gm 1002 function script rent_aliceXY { set .@CP, getarg(0); // Present position XoY set .@DST, rand(1,5); // Distance to cross if (rand(2)) // Direccion a tomar (izq der arr abj) set .@CP, .@CP + .@DST; else set .@CP, .@CP - .@DST; if (.@CP < getarg(1)) set .@CP, .@CP + .@DST; // If the new point is smaller, thats the minimum if (.@CP > getarg(2)) set .@CP, .@CP - .@DST; // If the new point is greater, thats the maximum return .@CP; }
-
1
-
-
yep i have it
InsertPetAutoFeeding(9107) InsertEvolutionRecipeLGU(9099, 9108, 23189, 3) InsertEvolutionRecipeLGU(9099, 9108, 7442, 300) InsertEvolutionRecipeLGU(9099, 9108, 724, 50) InsertEvolutionRecipeLGU(9099, 9108, 4340, 1) InsertPetAutoFeeding(9108)
EDIT:
I can add autofeed button, but no evolution
-
hello, I have problems with the pet evolution UI, when I add the option to evolve to other pets with all the materials, in some pets the option does not appear to me, does anyone know what this could be?
- Mob: PORING TameItem: Unripe_Apple EggItem: Poring_Egg EquipItem: Backpack FoodItem: Apple_Juice Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_LOYAL ){ bonus bLuk,2; bonus bCritical,1; } Evolution: - Target: MASTERING ItemRequirements: - Item: Leaf_Of_Yggdrasil Amount: 10 - Item: Unripe_Apple Amount: 3
- Mob: TEDDY_BEAR TameItem: Small_Needle_Kit EggItem: Teddy_Bear_Egg FoodItem: Cotton_Tufts Fullness: 3 IntimacyFed: 50 CaptureRate: 2000 Script: > .@i = getpetinfo(PETINFO_INTIMATE); if( .@i >= PET_INTIMATE_CORDIAL ){ bonus bMaxSP,150; } Evolution: - Target: XM_TEDDY_BEAR ItemRequirements: - Item: Small_Needle_Kit Amount: 3 - Item: Cursed_Seal Amount: 300 - Item: Cardinal_Jewel_ Amount: 50 - Item: Teddy_Bear_Card Amount: 1
Thank you
sorry if this is the wrong section, please move it
-
Hi, I have the following problem with the getguildname command, at the moment that no member has connected after a reload I get return parameter null
mes "Guild name "+getguildname(22)+"."; set .@nb, query_sql("select name from guild where guild_id = 22 limit 1",.@guild_name$); if ( .@nb == 0 ) { mes "No existe."; Close; } mes "Guild Name "+.@guild_name$+"."; close;
Image DB
Image script
-
just add this in npc of barricade or guardian
if(strcharinfo(0) != getguildmaster(getcharid(2))) { mes "Call your Guild Leader"; close; }
-
Para los días de la semana usa
*gettime(<type>) This function will return specified information about the current system time. DT_SECOND - Seconds (of the current minute) DT_MINUTE - Minutes (of the current hour) DT_HOUR - Hour (of the current day) DT_DAYOFWEEK - Week day (constants for MONDAY to SUNDAY are available) DT_DAYOFMONTH - Day of the current month DT_MONTH - Month (constants for JANUARY to DECEMBER are available) DT_YEAR - Year DT_DAYOFYEAR - Day of the year DT_YYYYMMDD - current date in the form YYYYMMDD It will only return numbers. If another type is supplied -1 will be returned. if (gettime(DT_DAYOFWEEK) == SATURDAY) mes "It's a Saturday. I don't work on Saturdays.";
-
can you share this for free?
-
u can setup this in
conf/battle/skill.conf
search this
// Should Dispel work on songs when the target is not in the song area? (Note 1)
// On official servers, it's impossible to dispel songs.
// Hint: Also affects the Rebellion skill "Vanishing Buster".
dispel_song: yes
-
Te falta agregar las tablas sql de los mob_db quizas
Bag of zeny(Consumable item)
in Database Requests
Posted
20000,Handsei2,Red Envelope2,2,0,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ set Zeny,Zeny+rand(10000,50000); },{},{}