.@instance$ = "Crossroad Dimension";
.@create = instance_create(.@instance$);
if (.@create < 0)
{
mes "Error creating instance :";
switch (.@create)
{
case -1: mes "Invalid type."; break;
case -2: mes "Party not found."; break;
case -3: mes "Instance already existed."; break;
case -4: mes "No free instance available."; break;
}
}
Right now its giving me the Invalid Type error.
I have added my instance at Instance_db
18,Crossroad Dimension,120,cross_i,88,208,cross_i
And my map existed on map_index
cross_i
and maps_athena
map: cross_i
The mapserver is giving me a strange error.
--- nullpo info ---------------------------
instance.c:370: in func 'instance_create'
Question
Venture
Hello, I am trying to create an instance.
Right now its giving me the Invalid Type error.
I have added my instance at Instance_db
And my map existed on map_index
cross_i
and maps_athena
map: cross_i
The mapserver is giving me a strange error.
Anyone knows what went wrong?
Link to comment
Share on other sites
2 answers to this question
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.