Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
343
No, that's just for grabbing coords from within playing the game...
so why the npgen file doesn't work ? if i open the 1.4.4 it works, but the 1.5.1 doesn't
Re: PW Server Files 1.5.1 v101
If I didn't quit working on PW I'd probably be able to tell you. All I can tell you is it will work with one of the NPCGEN editors within PW_DEV.ISO because my friend uses it on 151 and edits his NPCGEN just fine...
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
343
If I didn't quit working on PW I'd probably be able to tell you. All I can tell you is it will work with one of the NPCGEN editors within PW_DEV.ISO because my friend uses it on 151 and edits his NPCGEN just fine...
hmmm ok
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Ammonn
hmmm ok
343 is right, the offsets only take the coords from the ingame when you select your own character.
The NPC-edit is working fine on 1.5.1 as i use that one also and i can add npc's easy on main map, just for in the new maps, you need the new offsets otherwise your npc's get spawn like 30m+ away from where you actually wanted them to spawn.
Re: PW Server Files 1.5.1 v101
wtf is error it makes no sence
What It Looks Like In Log
ÅäÖÃÎļþ:'gs.conf' ÅäÖÃÔö²¹Îļþ:'gsalias.conf'
×°±¸ºó°ó¶¨¹¦ÄÜ´ò¿ª
°Ù±¦¸óÖÐÎïÆ·16886(103¸ö)³¬¹ýÁ˶ѵþÉÏÏÞ100
³õʼ»¯°Ù±¦¸óÊý¾Ýʧ°Ü
µÚÒ»²½³õʼ»¯Ê§°Ü£¬´íÎóºÅ:-31
Translated after notepad ++ and google translate
脜 blind neck 脙 脦 tibia magnesium record: 'gs.conf' 脜 blind neck 脙 脭 pieces Krupp deer 脦 tibia magnesium record: 'gsalias.conf'
Brain captivity captive trade trade halogen bribe Lu Lu Lu baskets deer Lou Magnum looks ugly ass
Abduction Gu Lou bribe halogen Trade neck shame on Te Mau applause Road 16886 (103 bribe pieces) Lu Lu Lu Lu media wrists lip repair bunk magnesium brisket meat fleece fleece Lang 100
Lumeimeilu Lululugu Luloulumao Meimeilujie Meiloulusui
Luleixinlu Krupp Lulu Mei Meilululu Meiloulucui Longlulumao Temaoluyou: -31
Re: PW Server Files 1.5.1 v101
I cannot download the server files? help
Re: PW Server Files 1.5.1 v101
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
sora1984
Thank you very much sora1984
:lol:
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
Latyos
Can you use XML editor nor edit characters? And btw given sql doesnt works with pwadmin character page. Character page requires roles table.
I made everything working except editing character info. Error is when i try to save character: saving character data failed
Everything not working on this pwAdmin - unable to start/stop maps
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
abileneken
Everything not working on this pwAdmin - unable to start/stop maps
Starting and stopping maps works js.
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
whoami1995
Starting and stopping maps works js.
please explain
I installed this on my server but unable to start/stop maps. Every time I try and start or stop a map, it says "Starting Map(s) Failed"
I have checked the serverctrl.jsp and there seems to be a reference to a iweb_starter.sh file that is not present.
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
abileneken
please explain
I installed this on my server but unable to start/stop maps. Every time I try and start or stop a map, it says "Starting Map(s) Failed"
I have checked the serverctrl.jsp and there seems to be a reference to a iweb_starter.sh file that is not present.
Im working with soras pwAdmin and working great make sure you can start the maps manually from server then you know 100% sure that you dont have any errors in your data files as that will prevent your maps from starting also
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
abileneken
please explain
I installed this on my server but unable to start/stop maps. Every time I try and start or stop a map, it says "Starting Map(s) Failed"
I have checked the serverctrl.jsp and there seems to be a reference to a iweb_starter.sh file that is not present.
Just be creative. PwAdmin is not the only way to starting map(s).
You can use commands or can use simple .sh file.
Code:
#!/bin/bash
cd /home/gamed
for map in is01 is02 is05 is06 is07 is08 is09 is10 is11 is12 is13 is14 is15 is16 is17 is18 is19 is20 is21 is22 is23 is24 is25 is26 is27is28 is29 is31 is32 is33 is34 is35 is37 is38 is39 is40 is41 is43 is44 is48 is50 is63 is66 is67 is68 bg01 bg02 bg03 bg04 bg05 bg06 arena01 arena02 arena03 arena04 #Map list
do
echo "starting $map"
sleep 3
./gs $map > /home/logs/$map.log &
done
save as map.sh
./map.sh
you are done
Re: PW Server Files 1.5.1 v101
How to configure the user start level 100 ?
Re: PW Server Files 1.5.1 v101
Quote:
Originally Posted by
abileneken
Wow awesome work - server works great!
One problem though.......when I create an archer and he tries to leave the start map at the oinklets it says invalid mission.
So far, seeker, assassin, and psychic are able to go to start world
anyone made an archer yet? or willing to respond on what/how problem is/how to fix? done 5 re-installs of linux & server files and same problem.
Guess I have to stick with 1.4.6 till server files come out that work 100%