Question for p Server

01/20/2020 01:47 Nostale-SP#1
Hello i have question for my p-server
1: I can't select target with my space-bar in my server, why?
2: I see an update in the parser on GITHUb, but how i can update my server with the new parser? And if i update, i lost my modifications in the DB?
3: I have fil .XML for raid, but i don't now how to introduce them in the DB
4: I want to choose the lvl mini for enter in map, but where i can indicate the lvl for 1 map? I don't find this in the DB
Can you help me pls?
01/21/2020 00:25 0Lucifer0#2
Start by understanding the game logic is not coded in your database. Database is only holding your data.
1: packet changed and opennos is not maintained anymore
2: parser didn’t got updated. The parser is not the content you are parsing it’s the executable.
3: INSERT query or UPDATE
4: That’s not magic you have to code it. in your for portal if(Session.Character.Level > yourMapMinimumLevel) return; plus do a db migration to add MinimumLevel to map but looking at those question everyone can see you don’t understand anything about opennos so this might be too difficult for you