xprincex> hmmz.. i personaly dont change any ports, i have router so i use LAN/LocalHost too.
I had problems with PostgreSQL Services, so i decides that when i enter username: postgres, pass: postgres only then it works... maybe u try, reinstall u'r PostgreSQL and try my way...
P.S. When u installing sellect all icons, in Installation bar.
So Postgre will get all permisions.
good luck.
Hybris> yeach we could meet in MSN dont know really when. Coz now i'am too busy, my cousins has arrived yesterday so... =]
I have this server working and I can add items to my inventory. (Client side only I think as Hybris says.)
I have made the script work so that I can type "/give armor ######" and it will add that armor to my inventory where ###### is the itemid of that armor. What I would like to know how to do is make a script that will access the database, do a select query and find the itemid of the item name you put in the give command instead of having to find the itemid myself. Does anyone know how to run a SQL query that could do this? Any help is appreciated!
Originally posted by Xerofait@Jun 7 2006, 12:57 I have this server working and I can add items to my inventory. (Client side only I think as Hybris says.)
I have made the script work so that I can type "/give armor ######" and it will add that armor to my inventory where ###### is the itemid of that armor. What I would like to know how to do is make a script that will access the database, do a select query and find the itemid of the item name you put in the give command instead of having to find the itemid myself. Does anyone know how to run a SQL query that could do this? Any help is appreciated!
Your Inventory Script could be useful, if you give it to me i can try to work on a Query for IDs.
Originally posted by Xerofait@Jun 7 2006, 12:59 I'll do that tonight when I get home from school
I just wanted to post that before I went and I don't have enough time to send it right now.
Reposting a link to a handy guide, made before by Spankyn...
[img]text2schild.php?smilienummer=1&text=So noobs follow the link and do what is says' border='0' alt='So noobs follow the link and do what is says' />
This has a lot of commands that I have added along with some I am working on. It also has the ability to create items by typing "/give type itemid" where type is armor, ring, neckalce, headwear, boots, righthand, or lefthand, and itemid is the itemid from the items database if you made it. I got the item creation script from Hybris and I modified it to be able to create any type of equip instead of just the full level 130 trojan equip.
My favorite equip to add is itemid 137310.. take a look at it if you like
Originally posted by Xerofait@Jun 7 2006, 22:30 Here is my world.cs and PacketBuilder.cs files.
This has a lot of commands that I have added along with some I am working on. It also has the ability to create items by typing "/give type itemid" where type is armor, ring, neckalce, headwear, boots, righthand, or lefthand, and itemid is the itemid from the items database if you made it. I got the item creation script from Hybris and I modified it to be able to create any type of equip instead of just the full level 130 trojan equip.
My favorite equip to add is itemid 137310.. take a look at it if you like
Hope this helps someone!
Good work, useful, i see you have many of my commands lol (credits to aidas btw too)
Thank you for the karma, and yes, some of the GM commands were made by other people that have posted them in this thread (aidas2004, others) so credit goes to them too.
Here is a couple screenshots of the server in action:
Xerofait> i sow u asked something about items.
So u whant to make cmd /item itemname - like in Qonquer's Project ? and now u have /item item_id cmd ? i'am right ?
I will see what i can do...