Alayne Posted November 10, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Share Posted November 10, 2017 View File Infinite Space Hello peoples, I've been asked recently to create official instances that aren't release on rathena yet. So here's my version of Infinite Space instance, based over infos took here and there, videos and divine-pride database. In the rar, you'll find all you need, including Instance file, mob, item and quest db. You'll still need up to date client (I personnaly use 20160201) to ensure the mobs are created client side. Have fun. Submitter Alayne Submitted 11/10/2017 Category Games, Events, Quests Video Content Author Alayne 2 1 Quote Link to comment Share on other sites More sharing options...
danje123 Posted November 16, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 11/05/12 Last Seen: April 4, 2018 Share Posted November 16, 2017 Nice! thanks! Quote Link to comment Share on other sites More sharing options...
Alayne Posted November 16, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted November 16, 2017 Your welcome. Quote Link to comment Share on other sites More sharing options...
sprdosat Posted November 16, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted November 16, 2017 Hey, why does this problem happen? Quote Link to comment Share on other sites More sharing options...
Alayne Posted November 16, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted November 16, 2017 My bad in the script, find this section //check that nobody else is inside for(set .@i,0; .@i<getarraysize(.map$); set .@i,.@i+1) { set .@map$, instance_mapname(.map$[.@i]); if (.@map$ != "" && getmapusers(.@map$) > 0) { mes "Another team is already in the " + .instance_name$ + ". I can't send you there, sorry."; close; } } and remove it. I though I allready did it, but apparently not... 1 Quote Link to comment Share on other sites More sharing options...
sprdosat Posted November 16, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted November 16, 2017 38 minutes ago, Alayne said: Meu mau no script, encontre esta seção e remova-o. Embora eu já tenha feito isso, mas aparentemente não ... Thx ^^ Quote Link to comment Share on other sites More sharing options...
truesai Posted December 11, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 01/17/17 Last Seen: October 7, 2022 Share Posted December 11, 2017 (12/12/2017 00:45:13) [ Error ] : script_rid2sd: fatal error ! player not attached! (12/12/2017 00:45:13) [ Debug ] : Function: getcharid (1 parameter): (12/12/2017 00:45:13) [ Debug ] : Data: number value=1 need help... when complete floor-50 sorry my english Quote Link to comment Share on other sites More sharing options...
themail12 Posted December 15, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 12/14/17 Last Seen: June 6, 2023 Share Posted December 15, 2017 On 16/11/2560 at 4:44 PM, Alayne said: Your welcome. Where to put it? Quote Link to comment Share on other sites More sharing options...
Alayne Posted December 15, 2017 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 342 Reputation: 170 Joined: 02/25/12 Last Seen: January 24, 2022 Author Share Posted December 15, 2017 (edited) @truesai remove line 791 "sleep2 15000;". Dunno why it's blocking but I suppose it's this particular one. @themail12 what do you mean? Edited December 15, 2017 by Alayne Quote Link to comment Share on other sites More sharing options...
Imbecile Posted January 9, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 04/14/17 Last Seen: February 9 Share Posted January 9, 2018 hello @Alayne ! this script is great! oh btw, i wanna give you a report about your script 1. whenever i use the enchant option, the map-server showing this 2. whenever i enchant option for the decoration and manteau, it's showing the progress bar, but after it finished, there's no enchant on the equipment please help me fix it mate. and thank you so much for sharing this script for us! Quote Link to comment Share on other sites More sharing options...
Cian Posted January 9, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 01/09/18 Last Seen: January 30, 2023 Share Posted January 9, 2018 1 hour ago, Imbecile said: hello @Alayne ! this script is great! oh btw, i wanna give you a report about your script 1. whenever i use the enchant option, the map-server showing this 2. whenever i enchant option for the decoration and manteau, it's showing the progress bar, but after it finished, there's no enchant on the equipment please help me fix it mate. and thank you so much for sharing this script for us! if(.@slot == 2) { getitem2 .@itemid, 1, 1, 0, 0, 0, 0, .@addpart, 0; } else if(.@slot == 3) { getitem2 .@itemid, 1, 1, 0, 0, 0, 0, .@slot3Id, .@addpart; } specialeffect 154; close; Remove close; at the end of the file Quote Link to comment Share on other sites More sharing options...
Imbecile Posted January 9, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 04/14/17 Last Seen: February 9 Share Posted January 9, 2018 29 minutes ago, Cian said: if(.@slot == 2) { getitem2 .@itemid, 1, 1, 0, 0, 0, 0, .@addpart, 0; } else if(.@slot == 3) { getitem2 .@itemid, 1, 1, 0, 0, 0, 0, .@slot3Id, .@addpart; } specialeffect 154; close; Remove close; at the end of the file ah yes. the error on map server is gone. thank you sir @Cian . but the manteau and the headgear still can't be enchant. what should i do? Quote Link to comment Share on other sites More sharing options...
Cian Posted January 9, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 01/09/18 Last Seen: January 30, 2023 Share Posted January 9, 2018 20 minutes ago, Imbecile said: ah yes. the error on map server is gone. thank you sir @Cian . but the manteau and the headgear still can't be enchant. what should i do? fix.txt Test this. Quote Link to comment Share on other sites More sharing options...
Imbecile Posted January 9, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 52 Reputation: 1 Joined: 04/14/17 Last Seen: February 9 Share Posted January 9, 2018 On 1/10/2018 at 4:59 AM, Cian said: fix.txt Test this. still not enchanting sir when enchanting armor and shoes, it works fine. when it comes to headgear and manteau, it's not working. what should i do? 1 Quote Link to comment Share on other sites More sharing options...
AinsLord Posted September 17, 2018 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: Sunday at 02:59 PM Share Posted September 17, 2018 will this work on 2015 clients?? Quote Link to comment Share on other sites More sharing options...
llchrisll Posted October 19, 2018 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted October 19, 2018 Yes it should, a long your rAthena is up to date, so it has the instance update in it. Quote Link to comment Share on other sites More sharing options...
AinsLord Posted October 20, 2018 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: Sunday at 02:59 PM Share Posted October 20, 2018 yea im using the latest rAthena Quote Link to comment Share on other sites More sharing options...
Quesooo Posted June 29, 2019 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted June 29, 2019 getting an error like this now > Invalid instance NPC iswarp#1 how do i solve this? Quote Link to comment Share on other sites More sharing options...
llchrisll Posted July 19, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted July 19, 2019 Here a small update from a request made to me: A bug was about the warps being enabled even though they should be disabled on start. Treasure Chest after killing the MVP's was missing. Changed the IS_INSTANCE_ID to @IS_INSTANCE_ID and deleted the OnPCLoginEvent/OnPCLogoutEvent, using temporar char variables saves lines. I modified it that way and tested it:InfiniteSpace_RA.txt 3 1 1 Quote Link to comment Share on other sites More sharing options...
evolutionbr Posted May 4, 2020 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 01/24/14 Last Seen: November 6, 2024 Share Posted May 4, 2020 2020 continuos not enchant headgear and manteau. Quote Link to comment Share on other sites More sharing options...
Rizz Posted June 27, 2021 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 72 Reputation: 0 Joined: 07/29/17 Last Seen: December 28, 2022 Share Posted June 27, 2021 Thanks for the script, but unfortunately, we can not enchant the manteau and the HG. I hope you can give us a solution about this Quote Link to comment Share on other sites More sharing options...
Akbare Posted December 6, 2022 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted December 6, 2022 im get error, how to fixed it [Info]: [Instance] Created map '0011@infi' ('1041') from map '1@infi' ('903') [Info]: [Instance] Created: Infinite Space (1). [Error]: buildin_instance_npcname: Invalid instance NPC (instance_id: 0, NPC name: "iswarp#1".) [Debug]: Source (NPC): Reckless Explorer at prontera (150,182) thx for advance Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.