Jump to content

Quests, Games: Infinite Space


Recommended Posts


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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.


 

  • Upvote 2
  • MVP 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

Your welcome.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Hey, why does this problem happen?

Infinity.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

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...

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

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 ^^

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  01/17/17
  • Last Seen:  

(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 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  12/14/17
  • Last Seen:  

On 16/11/2560 at 4:44 PM, Alayne said:

Your welcome.

 

Where to put it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

@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 by Alayne
Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  04/14/17
  • Last Seen:  

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

Untitledadsada.jpg.5b2d5a913c6d72d1d969e62dfe265d9d.jpg

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!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  5
  • Reputation:   0
  • Joined:  01/09/18
  • Last Seen:  

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

Untitledadsada.jpg.5b2d5a913c6d72d1d969e62dfe265d9d.jpg

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  04/14/17
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  5
  • Reputation:   0
  • Joined:  01/09/18
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  48
  • Reputation:   1
  • Joined:  04/14/17
  • Last Seen:  

On 1/10/2018 at 4:59 AM, Cian said:

fix.txt

Test this.

still not enchanting sir /sob

when enchanting armor and shoes, it works fine. when it comes to headgear and manteau, it's not working. what should i do?

  • Upvote 1
Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

will this work on 2015 clients??

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

Yes it should, a long your rAthena is up to date, so it has the instance  update in it.

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

yea im using the latest rAthena

Link to comment
Share on other sites

  • 8 months later...

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

getting an error like this now > Invalid instance NPC iswarp#1

 

how do i solve this?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  625
  • Reputation:   188
  • Joined:  11/19/11
  • Last Seen:  

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

  • Upvote 3
  • Love 1
  • MVP 1
Link to comment
Share on other sites

  • 9 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/24/14
  • Last Seen:  

2020 continuos not enchant headgear and manteau.  /sob

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  72
  • Reputation:   0
  • Joined:  07/29/17
  • Last Seen:  

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 ?

Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...