mleo1
Community Contributors-
Content Count
314 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by mleo1
-
I want to deequip armors with +8refine and above in specific map. How?
mleo1 posted a question in Source Support
lets say max refine is 7 map is pvpizlude if you go to pvpizlude, you will unequip the armor if it is above the allowable max refine if you try to equip armor with above refine in the map, it will not equip How? -
Community >> Call to Action!!! << lets save resources!
mleo1 replied to evilpuncker's topic in General Discussion
Protip: Step 1. make a new account to make you somewhat anon (optional) Step 2. scrape da threads, get da files Step 3. post them here with proper credits even without the authors knowing it, hahah Step 4. ? Step 5. PROFIT -
sample allowable max +7 if you go to prontera you will unequip it if above the allowable max if you equip + above on prontera it will not equip
-
LU meeting room: no profit let RO go
-
I wanna remove the name added to the skull dropped when player dies
mleo1 posted a question in Source Support
where can I find it? -
[Challenge for passionate scripters] V4R,OOP,D&N *UPDATED*
mleo1 replied to Daifuku's question in Script Requests
Did not test it, but this will get you the idea 1. get this https://rathena.org/board/files/file/2344-fluxcp-addon-vote-for-points/ - script voteexp -1,{ OnDay11: //jan 1 OnDay21: //feb 1 OnDay31: //mar 1 //your normal rate setbattleflag("base_exp_rate",100); setbattleflag("base_exp_rate",100); query_sql("SELECT SUM(points) FROM cp_v4p_voters", .@votes); if(.@votes>=2000){ query_sql "DELETE FROM cp_v4p_voters"; //your 2x rate setbattleflag("base_exp_rate",200); setbattleflag("job_exp_rate",200); }} prontera,144,120,6 script Da Vote 1_F_ORIENT_04,{ query_sql("SELECT SUM(points) FROM cp_v4p_voters", .@votes); mes "da vote is currently "+ .@votes; close; } 2. - script autopoints -1,{OnInit: //############# C O N F I G ############# set .max_idle, 10; // seconds start idle mode //####################################### check player.conf end;OnPCLogoutEvent: set #seconds_ap, @seconds_ap; set #iseconds_ap, @iseconds_ap; end;OnPCLoginEvent: set @seconds_ap, #seconds_ap; set @iseconds_ap, #iseconds_ap;OnSec: if( checkvending()!=2 ){ if( checkidle()==.max_idle ){ set @iseconds_ap, @iseconds_ap + 1; }else{ set @seconds_ap, @seconds_ap + 1; } if( @seconds_ap>=3600 ){ set @seconds_ap, 0; getitem 7179, 2; dispbottom "You get 2 pods every 1 hr online"; } if( @iseconds_ap>=3600 ){ set @iseconds_ap, 0; getitem 7179, 2; dispbottom "You get 1 pods every 1 hr idle"; } addtimer 1000, strnpcinfo(3)+"::OnSec"; }} 3. have 2 maps -
How do I auto disconnect a player when they afk?
mleo1 replied to Yume's question in General Server Support
- script kickidle -1,{OnInit: //############# C O N F I G ############# set .max_idle, 10; // seconds //####################################### check player.conf end;OnPCLoginEvent:OnSec: if( checkvending()!=2 ){ if( checkidle()==.max_idle ) atcommand "@kick " + strcharinfo(0); addtimer 1000, strnpcinfo(3)+"::OnSec"; }} test it, i did not tried it -
is the map the same but with different models? do I need to update my mapcache? any npcs miss positions lol?
-
How to fix this _new_2dlayerdir_f.lua:43 index is nil?
mleo1 posted a question in Client-Side Support
I updated my RO now this shows but it still runs, Im using 2013-12-23cRagexe https://i.imgur.com/uJVg7Ts.png can you give me your _new_2dlayerdir_f.lua ? -
you should use sleep not sleep2 because there is no need for RID?, and theres an end inside the while loop, it will end, it will make static pub prolly - script PvP -1,{ end;OnInit: while(1) { the end here is good so if you click the npc it will not run the OnINit code again. thanks, Im getting mindfuck since allmost all scripts in other replies has unnessesary end; im gonna use end if necessary only thanks. okie thanks, if I searched OnMinute on scriptcommands.txt I should have seen it and not be stucked. Unluckily, I dont remember anything, lol
-
Can anybody share files needed for the old prontera?
mleo1 replied to mleo1's question in Client-Side Requests
thanks, people need this, might be useful if this is on downloads -
Can anybody share files needed for the old prontera?
mleo1 posted a question in Client-Side Requests
prior to this http://herc.ws/board/topic/8451-what-do-you-think-about-the-new-prontera/?view=getnewpost -
>was scripting, it does not work >i googled, this shows >bump, lol
-
I forgot scripting, rebeginner Questions 1 I wanna make the npc make a pub/waitingroom that shows count of players on specific map for may pvp warper, I dunno how, How please lol maybe something like this, testing. while(1){waitingroomsleepdelwaitingroom} 2 Do you always need an 'end' in the end of script? I always see guys use it, but I dont. - script test -1,{ announce "1",0; end;} - script test -1,{ announce "1",0;} Same? 3. How to run a script once every week, like 12am sunday. what will i say?
-
dunno ill try this too, ill use this or yommy's 2013-12-23c
-
Can anybody post it here?
-
if I saw ice cream stuff and canadian goats there I will lulz, peace
-
I wanna make specific equips untradable until specifc date, I dunno how (lol) or posible? Please help EDIT: nevermind I'm checking out itembind.txt, and lurking more.
-
Anybody here has PreRE DEF values in iteminfo.lua?
mleo1 replied to mleo1's question in Client-Side Requests
Help help -
Does anyone here got the def values in prenewal? (not all, but allmost all the prere items) or is there a tool that will help me achieve this? I want to create a server using new clients but in prerenewal. http://herc.ws/board/topic/398-client-translation-project/
-
How about add captcha to antibots script rathena.org/board/topic/98175-recaptcha it would be demotivational
-
forget password not working, cant login
-
[Question] how to make a script to bet an item
mleo1 replied to Takumirai's question in Script Support
Was gonna post but I dont remember scripting ffffuuuu -
post mo db design dito, baka may makatulong