Almond Snicker
Members-
Posts
181 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Almond Snicker
-
Hi @AnnieRuru I actually have similar to what you have, but whenever I use the #command <Player Name> (not @command), nothing shows on my chat box.. - script command_controller -1,{ OnInit: bindatcmd("roks", strnpcinfo(0) +"::OnRoks", 99, 99); end; OnRoks: message strcharinfo(0), "This player has "+ getvar(#CASHPOINTS, getcharid(0, [email protected]_parameters$)) +" RoK Points"; end; }
-
Hi @Tokei I need to fix this item or delete for me to extract to a folder for AndRO. Can you please help me determine how to locate this korean in english? I gave it a shot by typing 뮜?. in the collection tab but I can't locate it. (or maybe because my raw folder is in english)
-
Hi! Does anyone know how to show #cashpoint of a player? on a GM Standpoint, #command. something like #Showcash PLAYERNAME
-
This actually worked I restarted my VPS a while ago and everything worked fine. thank you!
-
Hi Guys! Can anyone help me solve this issue? I'm pretty sure I do have a working SRC and even used my back up working SRC, but still having this error. any inputs please?
-
Not sure if this is a database configuration thing... Just want to allow the placement of boxes on the skillbar hotkey (F12 slots) EX of items that can't be placed is: 14003 Elite Siege Supply Box Not like OBB you can drop it there, but whenever you drop the Elite Siege Supply box, you can't. Already tried following the item type or the whole item line of OBB but still it can't be placed on the skillslot.
-
Utility: sader's Hourly Rewards
Almond Snicker replied to sader1992's topic in Utility Script Releases
Hi Sader, Found this on a thread using the search bar, I'm not much knowledgeable in scripts so I think it's best to have you check it. May you please check and verify if it fits your script well? This is from @jeronpot, allowing to continue points even if disconnected. #HourlyRewards = 0; OnPCLogoutEvent: if(.s_GePard_ip){ query_logsql("delete from `sader_variables_log` where `variable` = '#Hourly_Rewads_Check' AND `account_id`= '"+getcharid(3)+"'"); } if(#Hourly_Ban == 1){ #Hourly_Ban = 0; } #Hourly_Rewads_Check = 0; end; Also, this to check how many remaining minutes left to get the next point by @Poring King OnCheck: message strcharinfo(0),@hourly_points_timer ? Time2Str( @hourly_points_timer )+" Remaining.":"Something went wrong relog!"; end; -
Can I please ask for a sql script to save just only #HourlyRewards? I believe it is saved here at acc_reg_num? the rest of the data should be dropped or deleted.
-
Not sure where this question falls.. But I just want to correct the sentence of the job manual. It should be: JOB EXP from Monsters will increase 50% for 30mins. It
-
Hi Annie! I think the bonus bAddMaxWeight, -1000; is for item script only? Or it does work also on txt scripts? if (gympassmemory = 10) { set gympassmemory,0; bonus bAddMaxWeight, -1000; }
-
How do you wipe all data except for Char and Login? I tried exporting a clean main.sql > removing Char / Login > uploading the back up Char and Login. but when you login ingame it says, SQL error contact administrator..
-
R> Script for Elite siege box enable to use in BM(skill slot)
Almond Snicker replied to Gxolee's question in Database Support
14003,Elite_Siege_Supply_Box,Elite Siege Supply Box,18,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 11503,100; getitem 11504,50; },{},{} Item Type set to 18 already by default, however it still can't be placed on the skill slots.., same goes with Light Blue Box and White Blue Box. would there be another way? -
Hi all, Just want to rollback the GYMPASS effect. Would this work? any side effects? set MaxWeight, MaxWeight - 1000; and to be coded like this? if (gympassmemory = 10) { set gympassmemory,0; set MaxWeight, MaxWeight - 1000; }
-
Hi whenever I type , screen it says command not found. If I type in #screen it does nothing...
-
mapflag all maps, is this possible?
Almond Snicker replied to Almond Snicker's question in Source Support
I will try this later AnnieRuRu, thank you so much for helping! very detailed and informative. -
Looking for a tournament npc / sytem pt vs pt
Almond Snicker replied to Almond Snicker's question in Script Requests
Alright Annie, I'll drop by your discord as soon as I get off from work thank you so much really for helping out. -
mapflag all maps, is this possible?
Almond Snicker replied to Almond Snicker's question in Source Support
Hi @AnnieRuru thank you so much for checking! just want to know if this is done through visual c++? unfortunately the only way I know is editing through notepad++ and recompiling through putty (sucks right? still learning)... would that work? also this is a diff for clif.cpp? sorry kinda lost abit. -
Looking for a tournament npc / sytem pt vs pt
Almond Snicker replied to Almond Snicker's question in Script Requests
Omg thank you so much for this, I'll try it out, incase I can't get a reply from you, I'll visit HERC to leave you a message. -
Hi all, Is it possible to mapflag all maps? or if you do know a working workaround to disable RODEX on all maps. I'm trying to disable RODEX system across all maps. I've already opened all threads with regards to this, but the only available option currently for rAthena is to add a mapflag of nowarpto or nowarp to the source and force fail the attachment. Index: src/map/mail.c =================================================================== enum mail_attach_result mail_setitem(struct map_session_data *sd, short idx, uint32 amount) { + + if(map[sd->bl.m].flag.nowarpto || map[sd->bl.m].flag.nowarp) + return MAIL_ATTACH_ERROR; + if( pc_istrading(sd) ) return MAIL_ATTACH_ERROR; Option 2 is by diffing the client to remove the RODEX icon from the menu doesn't fully disable it, you can still send mail from the guild members tab. (not gonna work)
-
Looking for a tournament npc / sytem pt vs pt
Almond Snicker replied to Almond Snicker's question in Script Requests
Hi! Yes, last man standing or time's up with the most members alive. actually I'm currently using this script of yours and I like it, just want to add some features to it like, party recall instead of going in to the pub. and gates. I think I can add the gates on my own, but I'm having a hard time coding the party recall part. I have a very dirty script here, maybe you could get the summary of it. please see attached, 100% script is not working, still learning and havn't had a time testing it. but basically thats the summary of it if youd like to check it out.ptvspt.txt -
How to disable Feature RODEX FULLY!
Almond Snicker replied to LearningRO's question in Source Support
this is specified on a certain mapflag right? how about permanently on all maps? -
Just want to ask if moc_fild10 is already installed or still activated on the current SVN? tried warping to it but it's map not found, I am using Chris's renewal translation. If it is activated, can you please share how to activate? thanks! PS: Not sure where to put this question, will just leave it at general for now.
-
Thank you so much, I will try this later
-
Hi, Does anyone know how to view map serv again in putty after closing it?
-
Hi guys, I'm having this error on my current VPS, what may be the issue? just following CentOS rathena guide apples to apples..