Jump to content

Gouki

Members
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gouki

  1. Hi Annie!, This one worked out well, thanks everyone! - marketshop para_coin10 FAKE_NPC,6304:500000:10,6080:100000:10,6081:300000:10,6380:1000000:1000,6004:100000:1
  2. I was actually able to sort it out however manually. dropped every key that I don't need.
  3. This one actually works, but would there be something like you can see how much is left for you to buy? and easier to script to work with? on dynamic shop it looks like you need to replicate every script for each item you will be selling isn't that right?
  4. Hi all, Been searching through the forums, I saw a server had this. but can't find one here.. Zeny shop but with limited supply only.
  5. Web Host - Disk Usage full > cleared space and everything worked again. [RESOLVED]
  6. 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?
  7. 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; }
  8. 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)
  9. Hi! Does anyone know how to show #cashpoint of a player? on a GM Standpoint, #command. something like #Showcash PLAYERNAME
  10. This actually worked ? I restarted my VPS a while ago and everything worked fine. thank you!
  11. 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?
  12. 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.
  13. 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;
  14. 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.
  15. 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
  16. 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; }
  17. 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..
  18. 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?
  19. 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; }
  20. Hi whenever I type , screen it says command not found. If I type in #screen it does nothing...
  21. I will try this later AnnieRuRu, thank you so much for helping! very detailed and informative.
  22. Alright Annie, I'll drop by your discord as soon as I get off from work ? thank you so much really for helping out.
  23. 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.
  24. 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.
×
×
  • Create New...