Jump to content

Virtue

Members
  • Content Count

    259
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Virtue

  1. is there a way to add custom potions on alchemist creation ( Pharmacy )
  2. Solved this. LOL. very minor error. Should be char_id ,not charid. lol
  3. Hi All, I need help with a quick SQL query script. - script testcharname#Testserver FAKE_NPC,{ OnInit: bindatcmd("testingname","testcharname#Testserver::OnTestName",99); OnTestName: mes "GO"; input .@name$; next; query_sql "SELECT charid,name FROM `char` WHERE `name` = "+.@name$,.@charid,.@gname$; if(.@gname$ == .@name$){ mes "Hey"; dispbottom ("["+.@charid+"]",0x00FA9A); close; } else { mes "Hoy"; dispbottom ("Character doesn't exist.",0x00FA9A); close; } } I need to get results if the input is valid, if not will display "character doesn't exist". Got no errors on script checker but script doesn't proceed. I think there's something wrong with my query and I'm not getting results
  4. Hi, I'm at a loss about this script. No Errors on script checker, it's just that once the set VIP time expires sometimes it goes on negative and the VIP time doesn't end. Any help would be appreciated! Script below
  5. pm sent on skype. requested discord
  6. Found a simpler way to do this though, just so that people would know. ALTER TABLE `login` ADD COLUMN `reg_date` TIMESTAMP; No modifications needed on whichever theme or CP you'll be using.
  7. @Dastgir getting this error on itemmap
  8. will look into it later.
  9. Thanks for your idea. Although I'm thinking something about pre-registration and stuff. I think this would be done as a plugin on the website when users are creating their accounts though
  10. Very Quick response with my inquiry Hoping to hear from you soon about my other question
  11. Hi All, Is there a way to check when an account was created? If not, can I add something to make it possible?
  12. It's basically the same. both that and mes "<ITEMLINK>Valkyrie Shield<INFO>2115</INFO></ITEMLINK> ."; mes("<ITEMLINK>Poring Card<INFO>4001</INFO></ITEMLINK>"); won't work as intended. That's why I am thinking that it's disabled in my client version just want to confirm it though
  13. ITEMLINK doesn't seem to work on this client? Or, does it? I've tried <URL></URL> and it works, but can't seem to get ITEMLINK to work. SOLVED:
  14. Not that I know of. That's just the most common error you'll encounter since it's for pets.
  15. Fixing it is really easy, just change the line 2579 on your msgstringinfo to Feeding the pet. '%s' (%d) remaining# (this is also applicable to client date 2015-09-16aRagexe.exe)
  16. You'd have to keep in mind that when you use 2014-10-22 you might encounter errors when feeding pets
  17. Can't wait for this. Do you have a time frame
  18. Virtue

    Disable Doram

    Won't work as intended. But, will not let you create a doram character. thanks!
  19. Error Before client opens (2015-09-16 / 2015-11-04 RAGEXE) I'm getting this error before client opens. client will load after getting that message. using most recent translation files
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.