Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-29-2008, 07:45 AM
[email protected] zeektheman2@hotmail.com is offline
SirZeek
Join Date: May 2008
Posts: 37
zeektheman2@hotmail.com is on a distinguished road
Not Copying Level

PHP Code:
function onActionServerSide()
{
  switch( 
params[0] )
  {
    case 
"Rpg_Start":

      echo(
"Setting Battle Up!");
      
this.Fightlevel params[2];
      
this.TileT params[5];
  
copylevel("nerion_battle1.nw","battles/battle"@params[5]@"_"@params[1]@".nw");  
 
    }


Can anybody tell me why this will not copy the level
Reply With Quote
  #2  
Old 12-29-2008, 07:49 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Is "nerion_battle1.nw" in the levels/ folder? Maybe you should include that 'levels/' if not, and make sure the level is configured properly in folder configuration.

Also make sure the npc-server has rights to 'r levels/nerion_battle1.nw' and 'rw levels/battles/battle*.nw"
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #3  
Old 12-29-2008, 07:56 AM
[email protected] zeektheman2@hotmail.com is offline
SirZeek
Join Date: May 2008
Posts: 37
zeektheman2@hotmail.com is on a distinguished road
hmm thanks tig, i had the level it the folder levels/battles/templates. Is there anyway to copy the level from there
Reply With Quote
  #4  
Old 12-29-2008, 08:15 AM
Tigairius Tigairius is offline
The Cat
Tigairius's Avatar
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
Tigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant futureTigairius has a brilliant future
Quote:
Originally Posted by [email protected] View Post
hmm thanks tig, i had the level it the folder levels/battles/templates. Is there anyway to copy the level from there
Yes, just provide the correct path to that folder, should work fine, as long as it's in the levels/ folder.
__________________


“Shoot for the moon. Even if you miss, you'll land among the stars.”
Reply With Quote
  #5  
Old 12-29-2008, 10:56 AM
[email protected] zeektheman2@hotmail.com is offline
SirZeek
Join Date: May 2008
Posts: 37
zeektheman2@hotmail.com is on a distinguished road
Quote:
Originally Posted by Tigairius View Post
Yes, just provide the correct path to that folder, should work fine, as long as it's in the levels/ folder.

Ok that you for the help
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.