-
Content Count
259 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Virtue
-
will try that thanks!
-
is there a way to add custom potions on alchemist creation ( Pharmacy )
-
Solved this. LOL. very minor error. Should be char_id ,not charid. lol
-
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
-
sent a request on discord and pm on facebook.
- 115 replies
-
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
-
pm sent on skype. requested discord
-
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.
-
@Dastgir getting this error on itemmap
-
will look into it later.
-
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
-
[Yug-WebDev] Services [Web-Dev] [Server-Dev]
Virtue replied to master@ragna's topic in Paid Services
Very Quick response with my inquiry Hoping to hear from you soon about my other question -
Hi All, Is there a way to check when an account was created? If not, can I add something to make it possible?
-
[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client
Virtue replied to Virtue's question in Client-Side Support
-
[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client
Virtue replied to Virtue's question in Client-Side Support
Great! That worked! Thanks! -
[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client
Virtue replied to Virtue's question in Client-Side Support
will try that. -
[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client
Virtue replied to Virtue's question in Client-Side Support
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 -
[SOLVED] ITEMLINK Help on 2015-09-16aRagexe.exe client
Virtue posted a question in Client-Side Support
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: -
Not that I know of. That's just the most common error you'll encounter since it's for pets.
-
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)
-
You'd have to keep in mind that when you use 2014-10-22 you might encounter errors when feeding pets
-
Can't wait for this. Do you have a time frame
-
Won't work as intended. But, will not let you create a doram character. thanks!
-
Error Before client opens (2015-09-16 / 2015-11-04 RAGEXE)
Virtue replied to Virtue's question in Client-Side Support
I'll try that and see what happens. Thanks! -
Error Before client opens (2015-09-16 / 2015-11-04 RAGEXE)
Virtue posted a question in Client-Side Support
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