Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Code Gallery (https://forums.graalonline.com/forums/forumdisplay.php?f=179)
-   -   Online Level NPC Editor (OLNE) (https://forums.graalonline.com/forums/showthread.php?t=134264280)

Emera 09-06-2011 11:52 AM

OK, if I try to edit an NPC that is to one of the far sides of the level, I have to walk in the opposite direction so I can JUST see the NPC and only then will it let me edit. If you need more information I can make a video to show you?

fowlplay4 09-06-2011 03:35 PM

Yeah you're going have to make a video because I don't know what you're experiencing.

Emera 09-06-2011 04:19 PM


That's what I am getting at.

Emera 10-09-2011 01:48 PM

1 Attachment(s)
I am having some issues with the editor. I can edit the NPC's in levels like usual, but for some reason, they don't save. This has just started happening, and I haven't had any issues with it before. I haven't changed anything either. Any idea what it is?

scriptless 10-09-2011 07:40 PM

very helpfull tool... wish i could rep you .. :(

fowlplay4 10-09-2011 08:57 PM

Quote:

Originally Posted by Emera (Post 1670402)
I am having some issues with the editor. I can edit the NPC's in levels like usual, but for some reason, they don't save. This has just started happening, and I haven't had any issues with it before. I haven't changed anything either. Any idea what it is?

Does the (npcserver) have write rights to the levels you're trying to edit?

Emera 10-09-2011 09:04 PM

Quote:

Originally Posted by fowlplay4 (Post 1670440)
Does the (npcserver) have write rights to the levels you're trying to edit?

Suddenly started working again...
I had to restart the server.

MattKan 01-17-2012 04:53 AM

I've been using this weapon quite frequently on Stroseria and I've encountered a few bugs.

First off, usually when I try to copy something in game, then close the editor without editing the copied NPC, the NPC moves to (0,0) on the level and is then impossible to select. I'm forced to open the level with a text editor to remove the NPC.

Second off, it's still possible to edit a level someone else is editing. Somebody was editing the level's NPCs, and I pressed F9. It gave me the error message that he was editing the level, but then I was still able to hold right click and create a new NPC. When I pressed F9 again, all of the npcs in the level were wiped.

fowlplay4 01-17-2012 05:35 AM

1. I wasn't able to reproduce this bug.
2. Fixed.

Could a mod please delete the attachment in this post:
http://forums.graalonline.com/forums...7&postcount=25

And replace the one in the OP with my latest version in this post.

MattKan 01-19-2012 12:34 AM

Quote:

Originally Posted by fowlplay4 (Post 1681895)
1. I wasn't able to reproduce this bug.
2. Fixed.

Could a mod please delete the attachment in this post:
http://forums.graalonline.com/forums...7&postcount=25

And replace the one in the OP with my latest version in this post.

Thank you so much!

MattKan 02-01-2012 03:20 AM

New bug :P

I have a NPC with this script:

PHP Code:

//#CLIENTSIDE
function onCreated()
{
  
showcharacter();
  
this.head "head434.png";
  
this.colors[0] = "white";
  
this.colors[1] = "blue";
  
this.colors[2] = "blue";
  
this.colors[3] = "black";
  
this.colors[4] = "lightblue":
  
this.shield "no-shield.png";
  
this.attr[1] = "hat92.png";
  
this.dir 3;


You'll notice I made a typo in this.colors[4] and used a : instead of a ; on accident.

Now, when I press "Apply", I see the button get pushed, but the GUI remains and is not destroyed. If I minimize it and try to press F9 to exit OLE, I'm told "MattKan is currently editing this level's NPCs".

I relog.

The NPC Editor is now unable to select the NPC, and I'm forced to edit the level as a .txt to remove it. (When I attempt to select it I get the same error message, that I'm editing the level.)

fowlplay4 02-01-2012 05:42 AM

Try this version.

MattKan 04-08-2012 02:24 AM

Er, when I try to use set a NPC with a new image not used anywhere else in the level, the NPC just resets itself and removes the entire script. o_o

This wasn't happening before now... any tips?

MattKan 04-14-2012 05:47 PM

Reinstalled and now the entire editor isn't working.

Is anybody else experiencing problems? Perhaps Stefan changed something that's breaking it.

Emera 04-14-2012 06:07 PM

I've been attempting to use it on Era iPhone Dev, and when I press F9 literally nothing happens. I don't know if it's related to the server or the script though. I've checked through it and everything seems OK.


All times are GMT +2. The time now is 02:08 PM.

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