Jump to content

Gouki

Members
  • Posts

    261
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gouki

  1. Web Host - Disk Usage full > cleared space and everything worked again. [RESOLVED]
  2. Hi All, Just wanting to ask for a solution why my captcha suddenly doesn't work? Tried both PC and Mobile, does this have to do with my webhosting?
  3. 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, .@atcmd_parameters$)) +" RoK Points"; end; }
  4. 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)
  5. Hi! Does anyone know how to show #cashpoint of a player? on a GM Standpoint, #command. something like #Showcash PLAYERNAME
  6. This actually worked ? I restarted my VPS a while ago and everything worked fine. thank you!
  7. 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?
  8. 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.
  9. 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;
  10. 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.
  11. 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
  12. 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; }
  13. 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..
  14. 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?
  15. 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; }
  16. Hi whenever I type , screen it says command not found. If I type in #screen it does nothing...
  17. I will try this later AnnieRuRu, thank you so much for helping! very detailed and informative.
  18. Alright Annie, I'll drop by your discord as soon as I get off from work ? thank you so much really for helping out.
  19. 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.
  20. 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.
  21. 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)
  22. 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
  23. this is specified on a certain mapflag right? how about permanently on all maps?
  24. 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.
  25. Thank you so much, I will try this later
×
×
  • Create New...