Jump to content

Baps

Members
  • Content Count

    43
  • Joined

  • Last visited

Posts posted by Baps


  1. Never mind, i found the solution, make a variable for GID and use unitstop and unitwalk.

    Here is my test who works:

    izlude,124,148,4	script	test#iz	4_F_NURSE,{
    	.@GID = getcharid(3);
    	unitwalk .@GID,128,124;
    	sleep 1000;
    	unitstop .@GID;
    	sleep 1000;
    	unitwalk .@GID,128,109;
    	sleep 1000;
    	unitstop .@GID;
    	sleep 1000;
    	unitwalk .@GID,121,98;
    	sleep 1000;
    	unitstop .@GID;
    	sleep 1000;
    	unitwalk .@GID,108,97;
    end;
    }

     


  2. Thank you for your reply.
    Okay so I have a borwedit with version 586 et 620 it's working with no crash but when I open prontera.rsw for example, the map is entirely white, why?

    Plus, do you have a guide to provide to me for the command and how to make some things on a map for example ? I check the youtbe's video from this forum for now but if you have a write guide ;).


  3. 9 hours ago, Dastgir said:

    What you exactly mean by didn't work out?

    Any error or warnings?

    Did you properly configured IP? modified mmo.h to proper PACKETVER?

    Hi,

    No, no error or warning, just on server :
    "Accepted password....
    Connection closed from "IP""

    Yes i properly insert the packetver in my mmo.h and did a "./configure -enable--packetver=20150513 && make && make sql".
     

    I tried with the 20140205 and in 5 minutes, all is working like a charm.

    I don't understand this thing about the Ragexe stable or not which one use etc...

     


  4. Hi everyone,

    I'm opening this topic to try to understand the creation of a client. It's my weakness and I think i don't understand everything...

    I've some question, and if you can answer at those, it will be awesome :
    - What is the difference between 201X/2015/2016/201X Ragexe ?
    - It's about what it can accept on new feature ? It's more stable ? How to know which one is stable ?
    - How to choose the good client ? I want a pre-re server and I have the 2015-05-13a Ragexe ? Is it okay ?

    On the other and, I follow many guides and I can't connect to my server, I have no log on the athena server except "Connection time out" and "Failed to connect to server" from my client after i enter my login/password.
    I recompile everything and I put the good IP address on my char-server.conf and map-server.conf. The only thing that could be unsual it's i run the server on a docker in my server. It's different ? I already forward my ports.

    Thank to reading me
    Have a nice day

×
×
  • Create New...

Important Information

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