Jump to content

mleo1

Community Contributors
  • Content Count

    314
  • Joined

  • Last visited

Posts posted by mleo1


  1. I used VB6 to read your source, it failed to load. What VB ver you used? I wanted to remove the "replay" and close the launcher upon logging in.

     

    Good luck understanding that shit. It loads, I'm using vb6 sp6 and windows 10. Also, you need to mix the ico files then use another program like reshack to change the icon, since vb6 can only use 8 or 16 bit icons whatever I forgot.


  2. @@mrlongshen lags so much, you walk then go back again to same spot, you will get tokens if you buy early access for cosmetics, exp scrolls, enchantment scrolls (currently the p2w stuff), reset skills, ......

    if you buy a early access you will get a free server transfer after the early access

    I bought 10$ one, I like the possibilities in builds, and I like playing with a controller, and its cute.

    They are genius, It's like we pay them to test the shit before f2p, You gonna rage in connection stuff whahah

    I'm on klaipedo server

    BR is on ORSHA
    SEA, US Servers are just text, they just divided the population, the servers are all in US whahaha


    10/10 Will CommanderLoadFail again


  3.  

    I wanna help in flux addon and in the ranking script, I know little php and scripting, for practice. just gimme leaks too, kek

     

     

    >Actually i made the woestats work on Herc, vBrenth, can you send me that code for the adaptation (BG)

     

    Been working on it since past 2-3 days, and Rankings are implemented completely(need to test off, but code is done) :D

     

    kek busy, you can do it alone i think, you got the skills, and you already finished almost all of it lel,


  4. item refine idea better
    item enhancement idea better
    item durability i like it
    enhancement  skills can be bought dunno the limit
    better job system
    i like the market

    dunno pvp yet, and balance issues dunno
    superior lag


  5. or edit

    pc.c for all tele haha
     

    @@ -5155,8 +5155,10 @@ int pc_randomwarp(struct map_session_data *sd, clr_type type) { 		return 0;  	do {-		x=rnd()%(map->list[m].xs-2)+1;-		y=rnd()%(map->list[m].ys-2)+1;+		x=rnd()%30;+		y=rnd()%30;+		x=x>14 ? sd->bl.x+x-15 : sd->bl.x-x;+		y=y>14 ? sd->bl.y+y-15 : sd->bl.y-y; 	} while( map->getcell(m,x,y,CELL_CHKNOPASS) && (i++) < 1000 );  	if (i < 1000)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.