-
Posts
292 -
Joined
-
Last visited
-
Days Won
16
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Normynator
-
Der Guide sieht doch sehr detailliert aus. Vielleicht kannst du nochmal erklären welchen Schritt genau du nicht verstehst.
-
Into the do_init function.
-
You are using v1, v1 is no longer supported. Please use v2 (https://github.com/Normynator/roCORD)
-
Immer her damit! xD
-
https://stackoverflow.com/questions/7539130/go-to-particular-revision
-
gdb ./map-server Some useful links: https://web.eecs.umich.edu/~sugih/pointers/summary.html https://www.cs.princeton.edu/courses/archive/fall16/cos432/hw2/gdb-refcard.pdf
-
Compile your server with debugging symbols. Start your server with gdb. Wait for crash. Get the backtrace. Share the backtrace here.
-
I am currently not actively developing the bot. you may want to check this link: https://github.com/Normynator/MVPTracker/tree/master/src/main That was one of my first projects ever, it does the same as the python bot but in Java with a bit more functionality, e.g. the Feature you asked for. But be warned, it’s poorly coded and my contain bugs. Maybe you are better off overall if you try to find another bot which is actively developed.
-
@cder why should he look into the script commands docs if he wants to create a src modification? Makes no sense too me. Maybe you could elaborate on why your suggested script commands help. @SyncMaster Have you tried taking the duel command src code as reference for your custom script command? https://github.com/rathena/rathena/blob/master/src/map/duel.cpp
-
https://github.com/rathena/rathena/blob/6bea2da34d19e9c6d6d1e9d2af2a36d772c129ba/src/map/status.hpp#L2303 There you can check the definition of the structs.
-
Awesome as always!
-
Need help for Incrase Headgear View id
Normynator replied to lordjedi3's question in Client-side Support
If it’s not listed then it’s probably not supported. So it’s not working with your client -
Dropped support for Version 1. Added reference links for Version 2.
-
Server received crash signal! Attempting to save all online characters!
Normynator replied to Diana's question in General Support
If you use Linux use gdb to get the call trace. Then you can determine what the cause of the crash was. -
Add mich auf discord ich helf dir, dann musst du nix zahlen
-
Wenn du packet_obfuscation im Server nicht an hast brauchst du es im Client nicht. Bekommst eig auch immer angezeigt, falls was mit packet_obf nicht stimmt.
-
Eig wäre es am aller besten, es so zu machen wie es im Kommentar steht und das file gar nicht zu editieren.
-
Was genau spuckt wireshark denn aus? Connectet der Client zu CharIP:CharPort?
-
@Shyl Irgendwas müsste der Char-Server eigentlich ausspucken, ansonsten könnte es sein, dass deine configs falsch sind. Der Client connectet über die IP, die er in der Clientinfo findet zum Login-Server. Der Login server macht dann sein Ding und sagt dem Client anschließend über welche IP( und Port) er den Char-Server erreichen kann. Wenn der Client vom Login server nun falsche informationen bekommt, connectet niemand zum Char-Server und deswegen wsl auch kein Output beim char-server. Nur `ne Idee, könnte auch was anderes sein, aber guck am besten nochmal über deine Config rüber. Mit wireshark (https://www.wireshark.org/) kannst du auch mal checken wohin der client tatsächlich connectet, dann kannst du ausschließen, dass es ein problem mit flaschen Konfig-Einstellung ist.
-
Was sagt der Char-Server? Glaub closed connection ist normal nachdem der Client an den char-Server weiter geleitet wurde (nicht 100% sicher aber glaub das war so)
-
Well the command UNhides the npc. Because the flow seem to be when the event is stopped by the command the NPC is unhidden so the player can take the reward.
-
Increase a global var once per week. if global var % 4 is equal to 0 give out the reward. But there are probably better/cleaner ways too achieve what you need.
-
What is not working? Killing the monsters? Map cleaning? Unhiding the npc?
-
Maybe if you go back in the commit histories you are able to find it https://github.com/rathena/rathena/commits/master?after=f5f377a7c984148847e11525e85b7254f6d7234a+69 or this https://stackoverflow.com/questions/6990484/how-to-checkout-in-git-by-date