My gift to the Community

12/06/2015 16:23 *Fedola*#16
Nice !:P
12/06/2015 18:30 DretoNEX#17
Quote:
Originally Posted by radekslu View Post
You can put some items giver/editor
You mean something like [Only registered and activated users can see links. Click Here To Register...] ?






Version 1.1 is up now i updated the first Post.
12/06/2015 23:06 radekslu#18
Quote:
Originally Posted by DretoNEX View Post
You mean something like [Only registered and activated users can see links. Click Here To Register...] ?






Version 1.1 is up now i updated the first Post.
Exactly.
12/07/2015 10:27 Romance Rohan#19
-Search button on username list.
-Double clicking on a username would show all the characters on that username, clicking on one of the names would push you to Character edits.
-5101 fix button on username list or as i calll it "Disconnect this user"
-Box to save Server name/id/pass on login, so that i dont have to do this everytime.

These are just the top of my head on this, if you want more ill be happy to add in more.
12/07/2015 18:06 DretoNEX#20
Quote:
Originally Posted by Romance Rohan View Post
-Search button on username list.
-Double clicking on a username would show all the characters on that username, clicking on one of the names would push you to Character edits.
-5101 fix button on username list or as i calll it "Disconnect this user"
-Box to save Server name/id/pass on login, so that i dont have to do this everytime.

These are just the top of my head on this, if you want more ill be happy to add in more.
Your wish will be granted version 1.2 coming right up.


Version 1.2 is up for anyone arround to download.
12/07/2015 18:17 Romance Rohan#21
wooooooooooo Thank you <3

If i may suggest more, could this be transferred into a remote tool and giving access to specific ip addresses to access this from their own pc xD I did this before on my tools if you're interested how just pm me ;o
12/07/2015 18:19 DretoNEX#22
Quote:
Originally Posted by Romance Rohan View Post
wooooooooooo Thank you <3

If i may suggest more, could this be transferred into a remote tool and giving access to specific ip addresses to access this from their own pc xD I did this before on my tools if you're interested how just pm me ;o
If you are using a paid host you can connect to the host database by typing in the Server Name the Host IP then Username and Password from database.

If you can not connect and you get system network error then it means you can to configure your SQL server to allow TCP/UDP connection for the port 1433 witch is the default one for SQL.

(On the next version of the program il provide a new box where you can type the port of the sql if you change it)
12/07/2015 19:42 radekslu#23
If you want, i can send a code to give everyone items to IM/EM, you might implement that if u want (for all or for specific character/account)
12/07/2015 19:51 DretoNEX#24
Quote:
Originally Posted by radekslu View Post
If you want, i can send a code to give everyone items to IM/EM, you might implement that if u want (for all or for specific character/account)
Sure any idea/information provided is apreciated.
12/07/2015 20:11 radekslu#25
declare @iduzytkownika integer
set @iduzytkownika = 184400 (sets ID of the first User, each DB has another ID, have that on mind)

declare @ostuzyt integer
set @ostuzyt= (SELECT Max(user_id) FROM RohanGame .dbo. TCharacter)

while @iduzytkownika <= @ostuzyt
BEGIN
insert into RohanMall .dbo. Titem
(type,attr,stack,rank,equip_level,equip_strength,e quip_dexterity,equip_intelligence,user_id,date)
values(2884582,0x00,1,0,0,0,0,0,(@iduzytkownika),g etdate())
set @iduzytkownika = @iduzytkownika+1;
end
12/07/2015 21:52 Romance Rohan#26
Uh for some reason when i choose a character it gave me an error.
And can you make it so that edit items, specify the stats on it, instead of the stat options you gave us, i wanna choose what stats i wanna add on there and how much i want xD

Also on the account section, if there's a way to edit the user's password after its made or change any info of the user that would be great xD
12/07/2015 22:27 DretoNEX#27
Quote:
Originally Posted by Romance Rohan View Post
Uh for some reason when i choose a character it gave me an error.
And can you make it so that edit items, specify the stats on it, instead of the stat options you gave us, i wanna choose what stats i wanna add on there and how much i want xD

Also on the account section, if there's a way to edit the user's password after its made or change any info of the user that would be great xD
Post a screenshot of the error or atleast copy paste it here.

About items status its abit complicated but il see what i can do no promisses.
12/07/2015 23:17 radekslu#28
Actualy i think stats are simple, doesn't it need just to put exact id for each stat? If you don't know some of them, you can just read from already existing ones :p
12/08/2015 00:50 im batman#29
It is if you don't respect the item type along with its allowed attribute/option types. Put the wrong attr/value in and the map server craps all over your session. Put dd on a ring or a bag and you will go for a really hairy ride.
12/08/2015 13:40 radekslu#30
Well, ofc you'll have to do it with a brain. I guess there's no point to give a specific database to it that allows only weapons and armor