-
Posts
196 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by qtdan
-
-
7 minutes ago, Gerzzie said:
Here use mine : https://pastebin.com/dc7Ye4GC
Thanks boss!
-
item doesn't show
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list
-
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 ?
-
-
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 ?
-
-
but still
How to fix Taekwon Boy, Girl Character ?
Client : 2015-11-04aRagexe
-
-
How can i add flux item icons and item images ?
-
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
On 5/11/2019 at 5:46 AM, EIysium said:You can enable in db/pre-re or re/skill_db.txt
16 inf3 (skill information 3):
0x000010 - skill that could hit emperium
Search
434,9,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0,0x0, SG_HATE,Hatred of the Sun Moon and Stars
replace:
434,9,6,1,0,0x1,0,3,1,yes,0,0,0,magic,0,0x10, SG_HATE,Hatred of the Sun Moon and Stars
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

-
On 2/16/2018 at 9:39 PM, Orion said:
It's on the sprite itself. Basically the sprite shows 2 weapons even if you set it just 1 dagger. So basically if you know how to edit sprite then make sure there will be a sprite for right hand only and for left hand only so that when you equip the right hand dag it will only show 1 dag and if you equip the 2 then it'll show the 2 dagger itself.
how can you guide us ?
-
On 4/10/2019 at 10:02 PM, Mael said:
Done.
can you link me up the clients too ? thanks.
-
21 hours ago, Gerzzie said:
Go to your iteminfo.lua. Find the ID of the Spear which is [ 1405 ] under identifiedDescriptionName you'll find ClassNum = 4 <-- Spear Sprite. Change it to 0.
But it will also affect the Lord Knight/Paladin weapon sprite it will not Show up.
Example :[1405] = {
unidentifiedDisplayName = "Spear",
unidentifiedResourceName = "À𺧸°",
unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." },
identifiedDisplayName = "Spear",
identifiedResourceName = "½ºÇǾî",
identifiedDescriptionName = {
"A basic spear that allows slightly longer ranged melee attacks.",
"Class:^6666CC One-Handed Spear^000000",
"Attack:^CC0000 44^000000",
"Weight:^009900 85^000000",
"Weapon Level:^009900 1^000000",
"Level Requirement:^009900 4^000000",
"Jobs:^6666CC Swordman^000000"
},
slotCount = 4,
ClassNum = 4 Change it to 0
},not just only spears even katars hmmmm.... does anyone know how to enable ignore missing sprites ?
-
23 hours ago, anacondaq said:
Are you talk about this skill? https://ratemyserver.net/index.php?page=skill_db&skid=434
Maybe it is blocked in GVG maps (the skill)?
i already enable it to GVG maps but still doesn't work. hmmm ?
-
-
1 hour ago, anacondaq said:



This is rPE or WPE or any other cheat spam tool (packet based). This is not modified mechanic.
But, GM's can do it too with default setting related to all skills in skill.conf too but GM's will not need to use dangeon soul collect and critical wound before asura.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 :
AndRO for Athena
in Project Releases
Posted
how to use iteminfo i already added it to my clientinfo.xml but still the items are in korean how to fix ?