Jump to content

First Custom Patcher


Zell

Recommended Posts


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

Hello, this is my Custom client inspirated by lol client!

Please, give your notes :D

 

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 by Zell
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

very nice so far :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

very nice so far :)

Thanks :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher :D

 

OffTopic: Did you use the OP from Owari no seraph as the soundtrack for the video?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher :D

 

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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

 

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher :D

 

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

 

 

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher  :D

 

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 by Zell
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

 

 

 

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher  :D

 

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

 

 

 

 

Looks pretty good. Personally not a fan of Metro UI but it fits well in your patcher  :D

 

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?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

 

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 by Stolao
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...