A custom source from scratch, just don't make the same mistake I did and not back it up lol. Well that goes for any source. But what I did since I didn't wanna start from scratch again was take hybrids 5135 and downgrade it to 5017.Quote:
Hym? what source do you recommend? for client 5017 - 5095
I think furniture is something you should worry about last, but regardless this is good information to have.Quote:
Alright, so i've been working on Redux for a while now to get a working server. I've been trying to figure out how you can place furniture. So far i've managed to figure out the following:
- on right-clicking a furniture-token (like 721177 / Lamp), the server needs to send an NpcPacket which contains NpcEvent.LayNpc as Action, the mesh (in the case of a lamp this is 10) as Data, the type (in this case NpcType.RoleFurniture) as Type and a UID (for which i took the UID of the SOB that represents the lamp
- the client receives this package and shows the lamp on the cursor and shows the placement popup
- you can place the lamp and rotate it
- you hit OK and a packet 2030 is sent back to the server
- the 2030 packet contains the X and Y coordinates of the placement and the Mesh
However, the Type (NpcType.RoleFurniture) is not sent back, so i have no way of checking what kind of Npc i get (as far as i know this same system is also used for placing the Guild War Npc's, so i do want to be able to make the distinction).
Does anybody know how i can get it to include the Type aswell?
It literally takes minutes.... Just follow the quick guide on the [Only registered and activated users can see links. Click Here To Register...].Quote:
Hello, I've been trying to setup the source all day long, literally, but I always get a database error, excution gives errors which means that MySQL isn't installed properly.
I've done everything possible with MySQL 5.6, changed ports, changed users, changed IPs, got into the workbench and enabled InnoDB from server's options(my.ini)
Still nothing, the backup SQL file still gives errors.
Any help would be appreciated.
I've followed it, but still nothing. I really don't know what the hell..Quote:
It literally takes minutes.... Just follow the quick guide on the [Only registered and activated users can see links. Click Here To Register...].
[Loader] IPAddress=25.170.9.89 LoginPort=9958 GamePort=5816 Website=NULL Force=TRUE
Why did you install appserver?Quote:
the loader is using the same ports and ip address
not quite sure what you mean by this but i added the info manually and still nothing
now that you say it i do think some errors returned when i ran sql
and logging into proper server? i don't see a server for redux i did not touch the server.dat do i need to edit anything in that?