
abdallahessam118
Member-
Posts
34 -
Joined
-
Last visited
Reputation
0 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
i was just wondering which packet is responsible of whether the client shows that these 2 goals specifically can be claimed or not because i`m encountering 2 issues, the first one is the user home is not 0 and it should be completed but once you go to the goad in the hero system it says unfinished while marriage always says finished and can be claimed even if the user isn`t married! what to send to the client and in which packets to adjust them? i tried 10014 and 1006 both did not work
-
Hello i`m trying to initialize the lua script with canyon source but i get errors, i do not know why
-
i know, i already receive these messages from the cq action table but the tip messages sent from the client idk how to copy them in the version that i use to make them work they are working fine at 6192 but 6075 mine doesn`t support the tip messages my question is how can i support them in the older client, both have the same tip.dat and chattips.ini
-
i`m 6075 but i think the client does not support them, however the tips.dat and chattips.ini are available in the ini but no messages are being sent to users i`m looking to dispay them in canyon 6192 user receive them normally
-
abdallahessam118 started following Konichu
-
you mean its client side 100% there is nothing to do with the server side ? any source code runs this version its players going to receive the same messages
-
i have put a breakpoint in the game receive , all msg talk packet`s methods including the encode and decode ones there is nothing goes through them and the player still receives them that is kinda wied lol
-
Hello, i was just wondering what is responsible of showing messages like these in the canyon source code ?
-
Hello, I was just wondering which TypeStatus I should use to prevent players from logging back into a map they shouldn't be in after logging out? i`m using this: !client.Map.TypeStatus.HasFlag(MapTypeFlags.RebornNowEnable) but not quite sure if its the right one
-
nemesis has no guide of its skills i got all of its skills except the circle effect before the sword starts to hit the ground and regarding the snowbanshee, its a skill that is being triggered before the banshee feels that its going to die before it heals, so it keeps doing it untill you send the action that removes him entirly or sending another spell would interfer its animation and i think if you do not want to implement it that way, you could have teleported the mob to the same location or sent a custom screen refresh do you mind sharing the snowbanshee spell id and how did you send it to display its animation and the circle effect if possible ? i would really appreciate your help.
-
i know that its very time consuming that is why we are grateful for your help gareth♥
-
I'm seeking help to implement these features not just asking why others haven't done it yet. Do you mean I share my current implementation here so you can assist me in completing the two missing spells? Also, I’m sorry to say this, but considering how long this project has been around, you guys could have at least preserved more than just packet IDs and offsets. It would’ve been much more helpful to keep records of the common data transferred between client and server as well what should i do to let you help me implementing them ? please let me know and your help is appreciated 3>
-
I've noticed that no private server has implemented these two monster skills, and I was wondering why that might be. Also, does anyone know the spell IDs for them? The first spell is the Nemesis spell. It creates a circle around each player within the monster's view. After the circles disappear, it casts another spell that seems to belong to the Sword Master. The second spell is the Snow Banshee spell. It casts snow in all 8 directions, and each angle effect lasts for about 3 seconds, I believe. Does anyone have any information about these skills or how they can be implemented? or at least know the circle effect how to display it ?
-
guys a quick question, i know that the x,y,cx,cy are the coords bounds but i do not know how to generate the mobs ratio properly in this example the bounds between x,y,bound x and bound y there will be 10 monsters or 25 ? what is the difference between maxnpc and max per gen ? how to generate them properly what is the formula?
-
thanks for sharing the portals x and y guys i`m still looking for the data of cq passways and cq portals no one has shared them yet, sounds like a military secret xD i`m certain Konichu has their correct data but he won`t share it
-
Hello, I was wondering if there is a way to find the portals X and Y coordinates and also where each portal teleports us to. I checked the Canyon database, but it contains many portals that don't actually work properly. Is there a client file or any other source I can use to find the correct portal data? if there is a way that someone could share these data i would really appreciate it, cq_portals, cq_passways (Client version 6000+)