Zell Posted May 27, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Share Posted May 27, 2015 (edited) Hello, this is my Custom client inspirated by lol client!Please, give your notes Video: https://vid.me/e/NvnE -- More informations: Verify checksum of archives, send the packet to server telling that player entered by the official launcher, .zip and rar updates, online skin interface, online links text and send macaddress to db Edited May 27, 2015 by Zell Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 27, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted May 27, 2015 very nice so far Quote Link to comment Share on other sites More sharing options...
Zell Posted May 28, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Author Share Posted May 28, 2015 very nice so far Thanks Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted May 28, 2015 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted May 28, 2015 Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Quote Link to comment Share on other sites More sharing options...
Zell Posted May 28, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Author Share Posted May 28, 2015 Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Thanks Neo, Coming from you is a great compliment Yes, its the opening of owari no seraph, I love this song. But the song is from the patch (login screen), I would not have wasted my time putting this background music xD About the UI, The only thing I'm not satisfied with is the progressbar , do not know where to place it or build one with its own design. I am pessimo in design. If you have some suggestion @topic Here I show the get mac address receive by the launcher https://vid.me/e/BmdQ Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 28, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted May 28, 2015 Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Thanks Neo, Coming from you is a great compliment Yes, its the opening of owari no seraph, I love this song. But the song is from the patch (login screen), I would not have wasted my time putting this background music xD About the UI, The only thing I'm not satisfied with is the progressbar , do not know where to place it or build one with its own design. I am pessimo in design. If you have some suggestion @topic Here I show the get mac address receive by the launcher https://vid.me/e/BmdQ @offtopic did you replace your warp portals with green arrows? Quote Link to comment Share on other sites More sharing options...
Zell Posted May 28, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Author Share Posted May 28, 2015 (edited) Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Thanks Neo, Coming from you is a great compliment Yes, its the opening of owari no seraph, I love this song. But the song is from the patch (login screen), I would not have wasted my time putting this background music xD About the UI, The only thing I'm not satisfied with is the progressbar , do not know where to place it or build one with its own design. I am pessimo in design. If you have some suggestion @topic Here I show the get mac address receive by the launcher https://vid.me/e/BmdQ @offtopic did you replace your warp portals with green arrows? Hahaha Yes and no, I don't like the warp portals so I made this npc sprite and the script is like this: prt_in,208,177,1 Script #Saída de Kados 53,1,1,{ unitwalk getcharid(3),208,177; end; OnTouch: warp "prontera",136,219; end; } Its nice cause this have the "same" effect of click in a warp (except the door icon :/) Edited May 28, 2015 by Zell Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 31, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted May 31, 2015 Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Thanks Neo, Coming from you is a great compliment Yes, its the opening of owari no seraph, I love this song. But the song is from the patch (login screen), I would not have wasted my time putting this background music xD About the UI, The only thing I'm not satisfied with is the progressbar , do not know where to place it or build one with its own design. I am pessimo in design. If you have some suggestion @topic Here I show the get mac address receive by the launcher https://vid.me/e/BmdQ @offtopic did you replace your warp portals with green arrows? Hahaha Yes and no, I don't like the warp portals so I made this npc sprite and the script is like this: prt_in,208,177,1 Script #Saída de Kados 53,1,1,{ unitwalk getcharid(3),208,177; end; OnTouch: warp "prontera",136,219; end; } Its nice cause this have the "same" effect of click in a warp (except the door icon :/) you could have just replaced the warp sprite with the green arrow client side, would have been easier (and the door icon would still be there) but ya i like the effect Quote Link to comment Share on other sites More sharing options...
Zell Posted May 31, 2015 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 412 Reputation: 266 Joined: 04/25/12 Last Seen: Saturday at 11:42 PM Author Share Posted May 31, 2015 Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video? Thanks Neo, Coming from you is a great compliment Yes, its the opening of owari no seraph, I love this song. But the song is from the patch (login screen), I would not have wasted my time putting this background music xD About the UI, The only thing I'm not satisfied with is the progressbar , do not know where to place it or build one with its own design. I am pessimo in design. If you have some suggestion @topic Here I show the get mac address receive by the launcher https://vid.me/e/BmdQ @offtopic did you replace your warp portals with green arrows? Hahaha Yes and no, I don't like the warp portals so I made this npc sprite and the script is like this: prt_in,208,177,1 Script #Saída de Kados 53,1,1,{ unitwalk getcharid(3),208,177; end; OnTouch: warp "prontera",136,219; end; } Its nice cause this have the "same" effect of click in a warp (except the door icon :/) you could have just replaced the warp sprite with the green arrow client side, would have been easier (and the door icon would still be there) but ya i like the effect I didn't find a way to replace the warp portal, where is the path? Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 31, 2015 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Yesterday at 01:58 PM Share Posted May 31, 2015 (edited) I didn't find a way to replace the warp portal, where is the path? in your jobname.lub [jobtbl.JT_WARPNPC] = "1_ETC_01", literately the 2nd line Edited May 31, 2015 by Stolao Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.