gunvald
Members-
Posts
50 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by gunvald
-
Can anyone help me how to fix this? I tested it on monsters and it works perfectly. But when I use it on MVPs, nothing happens.. only the spawns are hit. Thanks in advance~
-
woah...this is what exactly I am looking for...thx you Emistry
-
Is it possible that when I whisper to npc:atcommand, a dialog box will appear and you will input a player's name then it has two option: the first option is you will search a certain command used by the player and it will display the time and map where it happens...the second option is gonna display all the command used by the player.. Hope this is possible Any help would be greatly appreciated!
-
Thank you!! :3
-
I'm getting this error when recompiling with latest rathena svn: 1>i:\rathena\src\map\script.c(10233): warning C4047: 'function' : 'Related_Log_Info *' differs in levels of indirection from 'int' 1>i:\rathena\src\map\script.c(10233): warning C4024: 'pc_delitem' : different types for formal and actual parameter 2 1>i:\rathena\src\map\script.c(10233): error C2198: 'pc_delitem' : too few arguments for call 1>i:\rathena\src\map\script.c(10268): warning C4133: 'function' : incompatible types - from 'item *' to 'Related_Log_Info *' 1>i:\rathena\src\map\script.c(10268): warning C4047: 'function' : 'item *' differs in levels of indirection from 'int' 1>i:\rathena\src\map\script.c(10268): warning C4024: 'pc_additem' : different types for formal and actual parameter 3 1>i:\rathena\src\map\script.c(10268): error C2198: 'pc_additem' : too few arguments for call
-
maybe, it has something to do with texture files...you're missing the images for the skills..
-
why is my flux cp showing the server status as offline even if its online?? Please Help any help would be greatly appreciated!
-
You're the best!!
-
thx master annie Im gonna use the storagelist2 thx again!
-
Can you make it show like your itemlist script? Thx annieruru!! More power!!
-
Is it possible for a script to show someone's storage in an npc dialog box?? And also shows if it has a card... Any help would be greatly appreciated Thx!!!
-
thx annieruru, you're the best! Thx also emistry Thx for the fast reply
-
i mean, i just want it to show only the equipped items
-
..... it's too long so hard to separate the script of showing the equips...
-
When I input an online player name... it will show its equipment and the card in it if any.... and if it is offline, it will show, "You can only use this if the character is online" THX!!! Any help would be greatly appreciated!
-
thanks everyone!! ill try to understand your script AnnieRuRu thx again!
-
what should be the correct code?? this is my first time to use array... sorry
-
I want it to display the two names of my char in my account but it displays only one Here is the code: prontera,158,174,4 script Account Checker 88,{ mes "Please input a valid character name"; input [email protected]$; query_sql "SELECT `account_id` FROM `char` WHERE `name` = '"+escape_sql([email protected]$)+"'",[email protected]; if ([email protected]) { next; mes "The name is invalid!"; close; } else next; query_sql "SELECT `name` FROM `char` WHERE `account_id`="[email protected], [email protected]$; // Take Locations setarray [email protected]$[0],[email protected]$; // Generate Menu for (set [email protected], 0; [email protected] < getarraysize([email protected]$); set [email protected], [email protected] + 1) { set [email protected]_num$[getarraysize([email protected]_num$)], [email protected]$[[email protected]]; set [email protected]_index[getarraysize([email protected]_index)], [email protected]; } // Generate the Menu String set [email protected]$, [email protected]_num$[0]; for (set [email protected], 1; [email protected] <= getarraysize([email protected]_num$); set [email protected], [email protected] + 1) { set [email protected]$, [email protected]$ + ":" + [email protected]_num$[[email protected]]; } // Query Selection set [email protected], select([email protected]$) - 1; goto L_Char; L_Char: mes "..."; close; end; } thx!! any help would be greatly appreciated!
-
how to Set NPC to permanent?
gunvald replied to dycezki666's topic in Tulong para sa Script at Database
iset mo po yung script_custom.conf mo like this npc: npc/custom/(filename).txt -
MySQL error when installing
gunvald replied to naaaan's topic in Tulong para sa 3rd Party Application
try to install the MySQL in different path that's what I do when i encountered that thing hehe example: "My Documents" instead of "Program Files" -
download the sprite name generator here rathena.org/wiki/Custom_weapons
-
what should i do?to start athena-start?
gunvald replied to kangfredy's question in Installation Support
try to check the conf again and check if you already have the correct "packet_db" and also the client date in src/common/mmo.h -
what should i do?to start athena-start?
gunvald replied to kangfredy's question in Installation Support
it should be ./athena-start start/restart/stop -
How to change SKILL NAME and DESCRIPTION?
gunvald replied to Hercules's topic in Tulong para sa Client
Client Side Edit this files: lua files/skillinfoz/skilldescript.lua