Icarus 3.1 VM

Page 5 of 12 FirstFirst 123456789101112 LastLast
Results 101 to 125 of 295
  1. #101
    Member retroartebox is offline
    MemberRank
    Jun 2022 Join Date
    38Posts

    Re: Icarus 3.1 VM

    @buzzrudxo
    How do I know if a client is encrypted or not?

  2. #102
    Elite Member templar is offline
    Member +Rank
    Mar 2012 Join Date
    113Posts

    Re: Icarus 3.1 VM

    what table can i manually add ellun/ruby into for the store?

  3. #103
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    Quote Originally Posted by templar View Post
    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

  4. #104
    Newbie dawren is offline
    MemberRank
    May 2019 Join Date
    13Posts

    Re: Icarus 3.1 VM

    dungeons manor country not drop keys

  5. #105
    Member Vortex01 is offline
    MemberRank
    Jan 2021 Join Date
    32Posts

    Re: Icarus 3.1 VM

    @Matar please send me discord name :)

  6. #106
    Elite Member Jagger1998 is offline
    Member +Rank
    Jul 2018 Join Date
    245Posts

    Re: Icarus 3.1 VM

    calendar works


    - - - Updated - - -

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

    - - - Updated - - -

    I found another bug with the quest Someones Call Missing NPC
    he is on the map but he is invisible ???

  7. #107
    Member buzzrudxo is offline
    MemberRank
    Jan 2009 Join Date
    56Posts

    Re: Icarus 3.1 VM

    @Jagger1998
    If you know the NPC name, you can modify the map XML file.
    Server / Client map xml edit

  8. #108
    Member Vortex01 is offline
    MemberRank
    Jan 2021 Join Date
    32Posts

    Re: Icarus 3.1 VM

    what needs to be changed so that the 101xp client runs on the KR server?

  9. #109
    Elite Member templar is offline
    Member +Rank
    Mar 2012 Join Date
    113Posts

    Re: Icarus 3.1 VM

    with the login api is it possibe to create another account? if so the details would be the same as the matar one
    ?

  10. #110
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    Quote Originally Posted by templar View Post
    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

  11. #111
    [VIP] orion13 is offline
    [VIP] MemberRank
    Jul 2008 Join Date
    FranceLocation
    304Posts

    Re: Icarus 3.1 VM

    @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

    Spoiler:

    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\

    - - - Updated - - -
    @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 by orion13; 21-07-22 at 07:25 PM.

  12. #112
    Newbie fainthz is offline
    MemberRank
    Jul 2022 Join Date
    1Posts

    Re: Icarus 3.1 VM

    Has anyone saved the immortal(server) files? thankful anyway!

  13. #113
    Member arabela is offline
    MemberRank
    Nov 2013 Join Date
    33Posts

    Re: Icarus 3.1 VM

    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

    https://drive.google.com/file/d/1XYty7z_jSR0ocjqMW8zaXN4DRSILOumj/edit
    Last edited by arabela; 22-07-22 at 01:37 AM.

  14. #114
    Member buzzrudxo is offline
    MemberRank
    Jan 2009 Join Date
    56Posts

    Re: Icarus 3.1 VM

    @dawren @orion13
    NPC Kimmens (Guard Captain) / (Guard Captain's Manor Key).
    I did the test, but the item is dropped normally. not a problem.
    JUST FINE.
    Last edited by buzzrudxo; 22-07-22 at 02:32 AM.

  15. #115
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    @orion13 and @ EVERYONE who can can help :)

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

    https://www.mediafire.com/file/cnqn7...s.npk.zip/file


    compare report:
    https://www.mediafire.com/file/jnq4f...sTest.xml/file

    and if you need another pak or npk tell me

    do your magic ^^ and push 2.0 patch
    Last edited by Matar; 22-07-22 at 03:25 AM.

  16. #116
    Member buzzrudxo is offline
    MemberRank
    Jan 2009 Join Date
    56Posts

    Re: Icarus 3.1 VM

    @Matar

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

  17. #117
    Member xxodnr12 is offline
    MemberRank
    Apr 2020 Join Date
    66Posts

    Re: Icarus 3.1 VM

    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

  18. #118
    Member Vortex01 is offline
    MemberRank
    Jan 2021 Join Date
    32Posts

    Re: Icarus 3.1 VM

    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.

  19. #119
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    Quote Originally Posted by buzzrudxo View Post
    @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 ?

    - - - Updated - - -

    Quote Originally Posted by xxodnr12 View Post
    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 by Matar; 22-07-22 at 09:36 AM.

  20. #120
    Member xxodnr12 is offline
    MemberRank
    Apr 2020 Join Date
    66Posts

    Re: Icarus 3.1 VM

    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.

  21. #121
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    @orion13

    more decrypted skills :)
    Attached Files Attached Files

  22. #122
    [VIP] orion13 is offline
    [VIP] MemberRank
    Jul 2008 Join Date
    FranceLocation
    304Posts

    Re: Icarus 3.1 VM

    @Matar which client does it come from ? Gamecon or Hange ?
    For bins and xml, it's good.
    I have problems with new drops, they are not in the client.
    There are errors on maps and portals (it takes longer to correct and synchronize for maps).

  23. #123
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    Quote Originally Posted by orion13 View Post
    @Matar which client does it come from ? Gamecon or Hange ?
    For bins and xml, it's good.
    I have problems with new drops, they are not in the client.
    There are errors on maps and portals (it takes longer to correct and synchronize for maps).
    its Project Icarus 3.6 found it on my old hard drive its working i can play with it and its the same exe file version as of 3.1 client

    ok tell me what you need i will try to upload the files one by one till it works

  24. #124
    Member buzzrudxo is offline
    MemberRank
    Jan 2009 Join Date
    56Posts

    Re: Icarus 3.1 VM

    @Matar


    https://imgur.com/a/a4QzqzI

    I mean, I want to change this image.

    CRITICO / RESISTIU

    Which file should I modify?

    AND

    There are also legendary dungeons that require tickets when entering dungeons, for example, <40 lv seal> and <50 lv seal> items are required to enter legendary dungeon. However, when entering the dungeon, the server does not ask whether the seal item is necessary. Which file should I modify for this related setting?


    https://imgur.com/a/qgMA0aH

    And these three dungeons are not entered with the following message printed out.

    https://imgur.com/a/Bw4pTpr
    Last edited by buzzrudxo; 23-07-22 at 12:07 AM.

  25. #125
    Elite Member Matar is online now
    Member +Rank
    Jul 2020 Join Date
    194Posts

    Re: Icarus 3.1 VM

    extract gamelibs.npk and check there it has all icons in game



Advertisement