Jump to content

Aeromesi

Support Leaders
  • Content Count

    821
  • Joined

  • Last visited

  • Days Won

    43

Everything posted by Aeromesi

  1. Hey Hercules! I now know officially how to make Instances, so if you're looking for someone to make an instance, I'm available
  2. Is this all 14.3 or partial 14.3? @@Nova
  3. Aeromesi

    Tree of Savior

    So far I'm liking it
  4. So I've been banging my head on how to do this for a while now. Basically I'm trying to set an unwalkable cell within an instance, I've successfully done it, but it effects the original map "yuno_fild02" as well, I tried with if(has_instance) and if(instance_id) etc, but to no avail it doesn't work... Here's my code for the "working" one that effects the original map as well as the emulated instanced map: - script setwallcake -1,{ end;OnInit: setwall "yuno_fild02",89,185,7,6,false,"cakewall";} This is my instance version that loads no errors but doesn't work: - script setwallcake -1,{ end;OnInstanceInit:if (has_instance("yuno_fild02", .@instance)) { { setwall "yuno_fild02",89,185,7,6,false,"cakewall";}}} Any help on this? The instanced map is 1@cake by the way. Not sure if that's needed, but that's the emulation name.
  5. Can't he just look at the old eA formula and add it in @@evilpuncker?
  6. I have no idea what the problem is but I will personally help you, add me on skype: itzmichaelmorici and download teamviewer, I'll try to figure out your issue =) @@Helena
  7. Aeromesi

    Tree of Savior

    Look them hugs @@JulioCF xD
  8. @@Mysterious you guys should update the tutorial on instancing
  9. Thanks a ton @@Winterfox you're awesome. Well now I know how to do this~ Do I still need instance_attach(.@instance); ? Dastgir told me not to use that.
  10. What does the 1 stand for btw? and how many parameters does this have? instance_attachmap("payon", .@instance, 1, "payon2"); So it works now! Now I can start coding instances
  11. @@Winterfox testing right now When its like this payon,150,150,0 script Payon Instance#a 101,{set .@instance, instance_create("Payon instanced", getcharid(1));if( .@instance < 0 ){ mes "Failed to create the instance!"; close;}instance_attachmap("payon", .@instance, 1, "payon2");if( instance_attachmap("payon2", .@instance) == "" ){ instance_destroy(.@instance); mes "Failed to attach payon as a map!"; close;}instance_set_timeout(3600, 300, .@instance);instance_init(.@instance);instance_attach(.@instance); warp "payon2", 93, 117;} Nothing happens but it says The Memorial Dungeon has been removed. wtf? lol So I got it working, but how come 2nd player can't warp to the instance? It just says Failed to create instance!
  12. So I used Hercules example for an instance payon,150,150,4<tab>script<tab>Payon instance<tab>101,{set .@instance, instance_create("Payon instanced", getcharid(1));if( .@instance < 0 ){ mes "Failed to create the instance!"; close;}if( instance_attachmap("payon", .@instance) == "" ){ instance_destroy(.@instance); mes "Failed to attach payon as a map!"; close;}instance_attach(.@instance);instance_set_timeout(3600, 300, .@instance);instance_init(.@instance);warp "payon", 150, 150;} It makes my client crash. I even tried what Dastgir suggested on Skype which was to get rid of instance_attach(.@instance); Still crashed, changed the payon map to eden (my custom hometown) and it still crashed. But I tried endless tower and I didn't crash. What could I be doing wrong? I never attempted to make an instance before, I understood the concept of it and how it's done, but I just keep getting these client crashes... :/
  13. diff ur client and disable hlkm/hlcu patch for administrative privileges
  14. https://github.com/ROClientSide/Translation download that. report back to me @@Helena
  15. Of course there'll be a PC version of it! If it comes to Android, simply download the Android emulator Bluestacks, I use it to play games that are on Android =P @@Kiel
  16. Make sure you're using the right client and have your lua files/client fully updated.
  17. Aeromesi

    Tree of Savior

    Told michi he could make a char on my account if it's multiple characters cuz I work a lot. If you want too also @@Mysterious I'll let you =p
  18. Aeromesi

    Tree of Savior

    GUESS WHO GOT A TREE OF SAVIOR BETA KEY? I DID! @@Michi jelly? /gg
  19. What's the point though @@nuna? If there were two servers and you wanted one of them auto-selected, you'd never be able to choose the other one... logically this isn't something anyone would want...
  20. It's a free download on Hercules @@Skyline. http://herc.ws/board/files/file/205-beginner-cap/
  21. Are they making a new Ragnarok just for mobile? This looks amazing O_O
  22. @@xxky did you happen to mess up the syntax in your iteminfo?
  23. @@Emistry I was thinking the same thing. It sounds kind of dumb to have two servers and auto-select one of them. xD
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.