Jump to content

Recommended Posts

Posted

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
Posted

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
  • 4 weeks later...
Posted

(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 

  • 4 weeks later...
Posted

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!

Posted
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

Posted
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?

Posted
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
  • 8 months later...
  • 1 month later...
  • 8 months later...
  • 3 weeks later...
Posted

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
  • 9 months later...
  • 1 year later...
Posted

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 ?

  • 1 year later...
Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...