No one can help you if we have no idea what the hell you are saying...
Printable View
Friend is not the way to respond, I think the respect first and foremost, but I'm wrong.
The help I need is about how to configure the pwAdmin 1.5, and I do not understand that should go in:
register_service.sh, jetty if you want to remove from autostart, run ". / script unregister_service.sh
restart your linux server to start jetty server
manual or start jetty server by executing ". / jetty start"
Since I made some changes that I said Drake, but not well understood, and I agree when I give. / Jetty start, is not running, and tombcat_start and if active, I'm failing, I really appreciate your help . Sorry for the inconvenience because as I said before I'm new and I want my server is fine. Thanks for your attention and help.
Those are commands you have to run to get it all working and do note, unlike DOS/Windows everything is case sensitive so if you type ./Jetty start instead of ./jetty start it is obviously a different command
I would recommend you read up on some basics of linux and command line interfaces as it will really help if you've never used them before.
Friends, here I show the problem I have, not that I'm failing, if I can help thank you.
Will say that I am very tiring but well we are learning a lot from all of you xD. :P:
" ./jety start " is right - but - show your folder - where is jetty ?
If the screenshot is correct that file window says its at /PWServer/jetty-7.1.6...
Linux Basics should be a part of being able to even access this forum..
./somefile means execute somefile in the current directory
/Some/dirEctory/trEE/exe means execute file at that location...
Linux, unlike DOS and Windows do not use the current directory as part of the path variable, and there are many good reasons as to why it doesn't
k i`m a total nivice with this kind of stuff so can someone explain to me: where to stick the downloaded folder and what comment to use to start/stop it. oh and i`m using this http://forum.ragezone.com/f452/vbox-...-6-1-a-650130/ the old url of pw admin washttp:192.168.0.10:8080/pwAdmin/ will this still be the same or wil there be a diffrent one?
Just a small question between this discussion, when i go on char tab, open a char and click on XML there is this line:
<variable name="custom_status" type="Octets"></variable>
i dont want to fill in something on live server and mah test server is gone. ok mah question is, is this the red text above Name ? Or if its not, where is it ? Just saw hrace in his release running with a text ( "Endlevel" ) over his head and i want something similar :D:
---EDIT:---
uhm ok, forget it :D: Its octet. Next time i read first lol.
Anyone knows where to get extra Text over mah chars head ?
I am going to attempt to write 2 script pages later this week and would like to know if anybody has any experience with this idea/system.
The first is a script designed to activate events ingame, so that i can generate randomly timed automatic events ingame between certain parameters. I have seen an iweb page with the ability to do this however the version we have does not function. In theory the .java scripts to do this exist, i just need to get the parameters to be sure. Somebody must of attempted this.
Second and lastly I wish to attempt to make a page that, when posted with item ID and hex data via a seperate html page, will run a full character database scan of every character and search their inventory for the posted item ID then overwrite the hex data if it matches the posted hex. The general idea behind this is so that i am able to fully control the balance of items and skills in my server, allowing for complete character balance in PvP. This idea will cause intense strain on the database and will not work on logged in characters, so will need delays and online count checkers.
My suggestion for the second script would be to export all of gamedbd to mysql, from there then run it, as mysql is just better at large queries like that from what Ive noticed, after that run the check script, store all of the ones that have it on them in an array, after that completes come back to the gamedbd then put the changes back in
I'd like to eventually see if gamedbd can be rewritten to just work from mysql instead and let it be a jar like authd is... (not that amazing in java, I never liked it personally... but I do know a few people I could probably get to help work on it) would make all them damn queries easier to handle
surely then thats just as lengthy?
i mean you are still opening and saving the data for each character, but exporting to mysql then back again also.
I dont expect to use very complex commands on the data since i want a small as possible editing time.
i have 70,000 characters at my server.... this is likely to take a few hours to fully scan the database, so its looking like i will need support for multiple replacements per scan.
Then again I do remember Romulan trying to figure out how the database files work exactly...
Might be able to work on a replacement for it eventually from that
Main reason behind me wanting to do it that was is I don't really trust gamedbd for its stability and it seems as though it doesnt like getting a lot of commands really fast, while I know for a fact mysql is very good at responding to a lot of commands at once
But even if you use mysql... you still need to use gamedbd, so its the same.
you cant save everything at once, or load everything at once.
Only id by id.
having a little trouble with the execute world command class, i cant work out what the server wants as the command string.
does this iweb feature actually work for anybody?
Bash has tried something on this... But without any results also...
And for the gamedbd, yeah it would be cool to write a java program to replace this damn gamedbd and use mysql instead of oracle berkeley...