Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Icarus 3.1 VM

Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
242
what table can i manually add ellun/ruby into for the store?

do this if you have at least 1 ellun (after first quest take achievement ) you get some then head to DB

ICARUS_Char_Database - Table_CharItem - your char name or DBkey _ look for this item ry_0_0000 and change quantity
 
Skilled Illusionist
Joined
Jul 16, 2018
Messages
340
Reaction score
74
calendar works
Matar - Icarus 3.1 VM - RaGEZONE Forums




to enable change the LoginEventSchedule.xml file to your date or items



I found another bug with the quest Someones Call Missing NPC
he is on the map but he is invisible ???
 
Newbie Spellweaver
Joined
Jan 4, 2021
Messages
33
Reaction score
2
what needs to be changed so that the 101xp client runs on the KR server?
 
Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
242
with the login api is it possibe to create another account? if so the details would be the same as the matar one
?

check the video

you can create account by replace login with reg in api txt file on desktop

RegisterAction?

and dont forget the accountinfo db Real_cerpass
 
Skilled Illusionist
Joined
Jul 8, 2008
Messages
306
Reaction score
338
@Jagger1998 the NPC name is Haman (Mentoring)
Open ICARUS\Game\GameData\level\spawns\map_c01\spawn_npc_map_c01.xml
Search (CTRL+F) spawn_id="228
The character is disabled, removes <!-- and --> to reactivate it

Before

<!--<SPAWN_DATA spawn_id="228" max="1" use="true">
<DESC>!-- SpawnEditID : 995_하만 (멘토링), Description : 멘토링 NPC 하만 --</DESC>
<ACTOR_LIST spawn_week="" min_time_hour="0" min_time_min="0" max_time_hour="24" max_time_min="0">
<ACTOR actor_id="N_C01_Mentor_01" faction="neutral" spawn_rate="100" spawm_limit="false" specialmotionstate="false" normalgrade="true" elitegrade="true" herograde="true" legendgrade="true" spawnmsg="false" timemsg="false"/>
</ACTOR_LIST>
<INTERACTION>
<INITIAL_STATE>in</INITIAL_STATE>
<INTERACTION_WAIT active="0" deactive="0"/>
<REQUIRED_ITEM />
</INTERACTION>
<PLACE_LIST>
<SPOT spawn_delay="0" max_spawn_delay="0" patrol="false" avoid="false" x="1981.9584" y="2134.4355" z="59.14679" angle="0" scenario_id="" link_id="-1" patrol_range="0" space_type="ground"/>
</PLACE_LIST>
</SPAWN_DATA>-->

After

<SPAWN_DATA spawn_id="228" max="1" use="true">
<DESC>!-- SpawnEditID : 995_하만 (멘토링), Description : 멘토링 NPC 하만 --</DESC>
<ACTOR_LIST spawn_week="" min_time_hour="0" min_time_min="0" max_time_hour="24" max_time_min="0">
<ACTOR actor_id="N_C01_Mentor_01" faction="neutral" spawn_rate="100" spawm_limit="false" specialmotionstate="false" normalgrade="true" elitegrade="true" herograde="true" legendgrade="true" spawnmsg="false" timemsg="false"/>
</ACTOR_LIST>
<INTERACTION>
<INITIAL_STATE>in</INITIAL_STATE>
<INTERACTION_WAIT active="0" deactive="0"/>
<REQUIRED_ITEM />
</INTERACTION>
<PLACE_LIST>
<SPOT spawn_delay="0" max_spawn_delay="0" patrol="false" avoid="false" x="1981.9584" y="2134.4355" z="59.14679" angle="0" scenario_id="" link_id="-1" patrol_range="0" space_type="ground"/>
</PLACE_LIST>
</SPAWN_DATA>
Save and copy to your Server : Server\Map\map_c01\


dawren normally, it is the NPC Kimmens (Guard Captain) who drops the key (Guard Captain's Manor Key).
This may be a % drop issue for this item.
I will try 1 run to see if it loots the key otherwise I will search in the drop folder and find Kimmens to see what happens.
 
Last edited:
Initiate Mage
Joined
Jul 21, 2022
Messages
1
Reaction score
0
Has anyone saved the immortal(server) files? thankful anyway!
 
Newbie Spellweaver
Joined
Nov 23, 2013
Messages
36
Reaction score
6
THX orion13
Save and copy to your Server : Server\Map\map_c01\

Open ICARUS\Game\GameData\level\spawns\map_c01\spawn_npc_map_c01.xml
Stop the server and restart it after adding this file

 
Last edited:
Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
242
@orion13 and @ EVERYONE who can can help :)

here is a gamedatas with extra 83 skill xml decrypted and more (hope its sync with server)




compare report:


and if you need another pak or npk tell me

do your magic ^^ and push 2.0 patch
 
Last edited:
Newbie Spellweaver
Joined
Apr 10, 2020
Messages
76
Reaction score
11
Can the character's skill cooldown limit be lifted? There is a 50% limit. I want to get rid of the skill cooldown because it's too short to play alone. please tell me
 
Newbie Spellweaver
Joined
Jan 4, 2021
Messages
33
Reaction score
2
These are easy things. the MAP folder .hmb is difficult and the Japan server search because it takes 8 days and closes forever like 101xp. If there is a strong developer, write to me with a discord contact.
 
Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
242
@Matar

thx ;) good man.
When I attack a monster, I want to change the critical image and hit image, which file should I modify?

is it text or image ?



Can the character's skill cooldown limit be lifted? There is a 50% limit. I want to get rid of the skill cooldown because it's too short to play alone. please tell me

search on skill folder both client and server and change cool time test on the skill namae xml


<COOL_TIME>????</COOL_TIME>

change ???? to 0
 
Last edited:
Newbie Spellweaver
Joined
Apr 10, 2020
Messages
76
Reaction score
11
If you set the skill folder .xml file <cool_time>0<cool_time>, the skill's cool time is applied. However, I would like to remove the 50% character cooldown limit.There is too much work.
 
Experienced Elementalist
Joined
Jul 22, 2020
Messages
201
Reaction score
242

Attachments

You must be registered for see attachments list
Back
Top