-
Posts
196 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by qtdan
-
how to use iteminfo i already added it to my clientinfo.xml but still the items are in korean how to fix ?
-
Can someone add @flooritem command from eAmod to rAthena ?
qtdan replied to qtdan's question in Source Requests
Thanks boss! -
Can someone add @flooritem command from eAmod to rAthena ?
qtdan replied to qtdan's question in Source Requests
item doesn't show [Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list -
Can someone add @flooritem command from eAmod to rAthena ?
qtdan posted a question in Source Requests
This command from eAmod /*========================================== * Creacie items en el suelo, en un Area. *------------------------------------------*/ ACMD_FUNC(flooritem) { char item_name[100]; int number = 0, count; struct item_data *item_data; nullpo_retr(-1, sd); memset(item_name, '\0', sizeof(item_name)); if( !message || !*message || ( sscanf(message, "\"%99[^\"]\" %d", item_name, &number) < 1 && sscanf(message, "%99s %d", item_name, &number) < 1 )) { clif_displaymessage(fd, "Usage: @flooritem <itemname/itemid> [quantity]"); return -1; } if( number <= 0 ) number = 1; if ((item_data = itemdb_searchname(item_name)) == NULL && (item_data = itemdb_exists(atoi(item_name))) == NULL) { clif_displaymessage(fd, msg_txt(sd,19)); // Invalid item ID or name. return -1; } count = map_addflooritem_area(&sd->bl, 0, 0, 0, item_data->nameid, number); if( count != 0 ) if( number == count ) clif_displaymessage(fd, "All items created."); else { sprintf(atcmd_output, "%d item(s) created.", count); clif_displaymessage(fd, atcmd_output); } else { clif_displaymessage(fd, "No items created!!."); return -1; } return 0; } can add to rathena ? -
Bump
-
I've already done searching for guides but most of it seems OLD and can't apply to the latest git, is there anyone know how to ADD CUSTOM JOB 2019 ? Note: Im using 2015 client so i can ENABLE CUSTOM JOB. I've perfectly apply this guide : but still i have an error. Please Guide me thanks.
-
Im using 2018 12 04 client, i use /effect to off the effect but the effect still seing is it a bug? Sorry for my bad english
-
is anyone have that setup ?
-
Thanks
-
but still How to fix Taekwon Boy, Girl Character ? Client : 2015-11-04aRagexe
-
How can i add flux item icons and item images ?
-
Help me. Im having this problem when recompiling.
qtdan replied to Frost Diver's question in Installation Support
Did you Clean before you recompile it ? ./configure, make clean, make server. -
use latest kro then you can have it.
-
@Youness nope. lets wait for the lastest code.
-
Bump thanks!
-
no other way to use 2018 clients ?
-
How can i fix 2018-06-20eRE Ignore Resource Errors, even i implemented that Errors still showed up. I want to enable Novice suit on my server but if the player is paladin and the pike or any spear puts on error message will popped up. hmmm some one help me thanks
-
custom dagger sprite || not showing dual dagger
qtdan replied to AinsLord's question in Graphics Support
how can you guide us ? -
can you link me up the clients too ? thanks.
-
not just only spears even katars hmmmm.... does anyone know how to enable ignore missing sprites ?
-
i already enable it to GVG maps but still doesn't work. hmmm ?
-
bump
-
btw the asura animation. the asura without sliding.
-
this topic has been online for long but cannot find a good answer, some threads has an answer but the codes are outdated. Asura Spam Like This :