vulcan1991
Members-
Posts
30 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by vulcan1991
-
Please be cautious when dealing with this person. I paid for theme and webhosting on his site and he blocked me on discord. Don't be the second me.
-
Utility: who4 command script for gepard
vulcan1991 replied to sader1992's topic in Utility Script Releases
@sader1992 Sir is that possible to make the script to show also the other account with same gepard unique ID. for eg, 192323232 {Julia, stellla, SSdder} or to align the result according to its gepard id. for eg, 192323232 {Julia} 192323232 {stellla} 192323232 {SSdder} thanks! -
Quests, Games: Chain Quest
vulcan1991 replied to Emistry's topic in Game, Event, Quest Script Releases
Put this at the top of script if(#Quest_CD> gettimetick(2)) { msg "Come Back Later"; end; } put this after player get item set #Quest_CD,gettimetick(2) + 3600; // set your cooldown -
good day @Alayne I have some problem in instance script "Endless Cellar" issue: The warp portal fail to be triggered. which includes - direct warp to level 40 using ashes - successfully clear level 1 mob I have attached the error lines, can you please advise if there's a solution for this. thanks!
-
Hi. for me this part doesnt work. Any idea how to get this work? I want to limit the number of player of each guild to enter to the map. OnPCLoadMapEvent: if( getcharid(2) == $App_Guilds[[email protected]] ){ .count = 0; [email protected] = getcharid(3); addrid 3, 0, getcharid(2); if ( strcharinfo(3) == .checkmap$ ) .count++; if ( [email protected] ) end; if ( .count > 5 ) { // 5 means only 5 players per guild allowed in a map. message strcharinfo(0), "Your guild members are over the limit"; sleep2 2000; warp "SavePoint", 0,0; } } end;
-
@Alayne Good day, is it possible for us to set the rewards ( astral temple ) for party leader only?
-
Stolao's Pvp Ladder [v3.1A]
vulcan1991 replied to Stolao's topic in PvP, GvG, WoE, Battleground Script Releases
replace the getmapxy 0 > getmapxy BL_PC -
Hi @AnnieRuru good day. Do you have any script related to this? mind to share? thanks in advance
-
pump this. anyone has the script done?
-
as titled, I am looking for a script which will count the defense duration of the owner guild, for example if they defend for 15minutes they will have 15 points and the emperium owner at the end will receive certain points also. and the reward will be given to the guild with highest point. currently im using KOE v3 from Annie, which gives reward to the emperium holder only. thanks in advance!
-
I can’t seem to find it. Maybe it is hard coded.
-
So I set the @autoloot 1% and set the poring card from 1% to 2% using mapflag the poring card does collected by @autoloot ( means system still take it as 1% drop ) but there is no rare announcement ( means system take the value as after mapflag ) have you checked the previous mapflag? There are some lines which I couldn’t understand. Don’t know if it helps.
-
@AndyTheGoblin thanks mate! it works. one more question, is it able to sustain the db droprate announcement. for example the default droprate for poring card is 1%. I use the droprate flag make it to 2% but i still want the announcement 1% to happen. is that possible?
-
it doesnt matter if we need to recompile the src. as long as it works. >.<
-
Thanks man. Is it able to make it also 10% 50% , like reduction number
-
Thankkkkkkkiu!
-
@AndyTheGoblin the patch doesnt work with latest rathena. >.< please
-
Is the wiki tutorial up to date? Because I followed the guide but many lines I couldn’t find as the guide points me to
-
@AndyTheGoblin can you teach me how to do it in details please. Newbie here.
-
Dynamic Mobs Not Respawn MVP! (very small mod)
vulcan1991 replied to ivanyan's topic in Source Releases
is this working on latest rathena? -
@AnnieRuru Senpai please help....>.<
-
I search in the forum and this comes, is there any guide on adding mapflag in the latest rathena?
-
@Xantara hi there, does this script works in 2019?
-
is this script work in 2019? @AnnieRuru
-
Utility: No double login in one map ip and gepard unique_id
vulcan1991 replied to Tauro's topic in Utility Script Releases
I have 1 problem. When I login 2 ID. even both ID not in the same map, both ID will be restricted to enter the "map list". where can I change this. TYVM