Very interesting :)
Printable View
Very interesting :)
anyone tryed to get itemmall into npc ? i only did get 4 items on my npc > geo. map , plat hp/mp and teleport stones ... when i try to get training esoterica or reset note or many other things > i start the server and log on my account to test but when i try to enter the map says > could not log on to server ... the strange thing is that with only those 4 items i mentioned before it works perfectly ..
I have been able to add many things to NPC with no issues, Fashion, Flights, and Mounts. Only issue is if the item number is over a certain value it doesn't like it. Not sure what that limit is though, thinking around 70000, but don't quote me.
I added latest fashions by assigning an item mall to the Seamstress, some things to check are: -
Check your goods list, look closely and check your numbers. I mistyped one number and the map wouldn't start :p
And if the client elements.data doesn't match the server elements.data, that'll cause the map to crash too. Check to make sure you upload the right elements.data for client and server.
If the item's not showing, head back to elements.data, check you got the right ids for the items you want.
crxfreak, my ids are in the 35000 range, no issues there, not sure what the limit is either, I'd be interested to know.
... still''could not log on to server'' with IDs lower than 35000> my max ID is 34000 > i've just added 4 weapons +10 armors (cloned and edited) and item mall with 4 items ... it worked awhile before when i had only 4 weps and 4 items and IDs even higher than 71000 ... after i edited for armors , i tested and it sayd the same message >> then i used EL.data , the one before i edited for armors and it didnt work ... but as i said it did work awhile ago.. idk what to do ... for matching Client EL.data with server EL.data i use sELedit to edit client side EL.data then i use export and get server EL.data ... it worked nicely but idk what happend now ... i used 1.3.6 CH version for client and server (sELedit was compatible with that version of files) >> any suggestions ?
BTW > i didnt edit to get milions of att and deff > only made some weps and armors with better stats than r9
gs01.log - at the end of the file u will see ID that is causing conflict.
maybe not "will" but "should" :P
umm ty , but before i did read your post i tryed making a new character and it did work . no problem for me and my gf , no crash , no bug . THANK YOU ALL , AND ESPECIALLY 343 FOR HIS RELEASE
(MAJOR) update coming soon -- dealing with some GD kinks as we speak :(
update on what ? i mean .. can u say what does it include ?
Nope I cannot, I don't keep a list - when I work on it; I just work my rear end off
I can say it will be major though, because I've been working on it for a while and I do know I've done a lot... I've been updating this package once a month on or about every 4th of the month... I think it was Aug 4, there was no update, so this is also more a collection of TWO months worth of work... Was looking to push it out before the 4th, but with the headache I'm having right now I'm not so sure...
Will keep everyone updated, I know there are at least a few people looking forward to this :)
ok i downloaded this server rls and got problem with debian.
i got every set up and "modification" for set up and i didnt found guide into debian in thread so i share my conclusion.
download debian from: Installing Debian GNU/Linux via the Internet (ive did i386)
direct link
set language, keybord, partitions etc etc.
set root password
unselect programs from table
reboot automaticly
login is root
then install openssh follow command
apt-get install openssh-server
i use newer java so install jdk
apt-get install sun-java6-jdk
i like MC for easier browsing so install this too
apt-get install mc
then type reboot
rebooted, login as root start mc
use your favorite SSH client (winscp) and upload all folder with every file to /, overwrite if ask.
in debian you must use chmod command to every *.sh file so go to root/nodes folder and use command:
chmod -R 777 ./setup.sh
then run it
if installation complete go to root folder and follow command
chmod -R 777 *.sh
now u can execute every .sh file in this folder too.
now you have to go /opt/apache-tomcat-5.5.28/bin folder find file:
startup.sh
open with F4 and put this line
export JAVA_HOME=/usr/java/jdk1.6.0_12/jre
under last comment in top. looks like this:
save it and use chmod -R 777 *.sh again.Code:#!/bin/sh
# -----------------------------------------------------------------------------
# Start Script for the CATALINA Server
#
# $Id: startup.sh 758256 2009-03-25 13:43:00Z mturk $
# -----------------------------------------------------------------------------
# Better OS/400 detection: see Bugzilla 31132
export JAVA_HOME=/usr/java/jdk1.6.0_12/jre
os400=false
darwin=false
case "`uname`" in
CYGWIN*) cygwin=true;;
OS400*) os400=true;;
Darwin*) darwin=true;;
esac
# resolve links - $0 may be a softlink
PRG="$0"
while [ -h "$PRG" ] ; do
ls=`ls -ld "$PRG"`
link=`expr "$ls" : '.*-> \(.*\)$'`
if expr "$link" : '/.*' > /dev/null; then
PRG="$link"
else
PRG=`dirname "$PRG"`/"$link"
fi
done
PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh
# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
eval
else
if [ ! -x "$PRGDIR"/"$EXECUTABLE" ]; then
echo "Cannot find $PRGDIR/$EXECUTABLE"
echo "This file is needed to run this program"
exit 1
fi
fi
then go to /opt/apache-tomcat-5.5.28/2/bin find startup.sh again put line export JAVA_HOME=/usr/java/jdk1.6.0_12/jre
under last comment in top.
save it and use chmod -R 777 *.sh again.
now you are configured java base dir, and every runable file have esxecute permission.
OKAY you have to go usr/java/jdk1.6.0_12
use command chmod -R 777 jre
its take some secounds
only with this way you can start catalina webserver. i dont know which file use from jre thats why i used for folder and not only files. maybe this isnot the secure settings so do it only in your risk, probly any linux guru post about it.
okay two todo left. go to / and use chmod -R 777 pwserver command for executeable pw server files also
type reboot, login as root and follow guide from file editing (ip adresses).
if any wrong in this "guide" pls correct me, sorry for long post and for crappy english, but i hope its understable.
Really looking forward to it :D I do respect you don't keep lists or a changelog, this isn't a criticism or a complaint, it's just that I'm concerned the update will overwrite custom work I've done myself, but not know what's being overwritten, so I can make adjustments to merge/save without causing issues. I'm likely to screw up using something like WinMerge knowing me :)
Hycker, I'm not ignoring your post/issue, it's just that I am unable to help with your query :)
i have no problem anymore. this the way which i installed this rls to debian.