Jump to content

MikZ

Members
  • Content Count

    461
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    MikZ reacted to han in Modified IP Freebies   
    mes .@rwd[.@i+1] + " x +"+.@rwd[.@i+2]" + getitemname(.@rwd[.@i]); to
    mes .@rwd[.@i+1] + " x +"+.@rwd[.@i+2]+" "+ getitemname(.@rwd[.@i]); you forgot the + sign near "
     
     
  2. Upvote
    MikZ reacted to iCORE in [Re-Release] Paradox Vote For Points   
    @@MikZ @@Lord Ganja UPDATED! please donwload the new file
  3. Upvote
    MikZ reacted to Litro in NO ranger UNLIMIT SKILL   
    if you use it from there i sure you would get the updated version and it have the RA_UNLIMIT
    di you modify skill related file in db folder ? if yes check your skill_db.txt and skill_tree.conf if it was disabled or changed
  4. Upvote
    MikZ reacted to iCORE in NO ranger UNLIMIT SKILL   
    oh i believe you are not using the 3rd job trans
     
    @job 4056 is regular 3rd job (no unlimit skill)
     
    @job 4062 is trans 3rd job (with unlimit skill)
  5. Upvote
    MikZ reacted to Litro in Modified IP Freebies   
    try this
    poring_w02,92,197,3 script Nadine#1 650,{ set .@n$, "[Nadine]"; setarray .@rwd[0], 25500, 1, 7; // Rewards: <item id>, <item amount>, <refine count> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; mes "If your Playing in a Cafe Please do post your IGN in Shop Players section with your Group."; mes "Thank you!"; close; } mes .@n$; mes "Nice to meet you "+ strcharinfo (0) +", my name is Nadine"; mes "Welcome to ^E066FFFate RO!^000000"; mes "I see that you're new here so to help you out I'd like to give you these"; mes "items as a gift to show how much we appreciate you here!"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 3 ) mes .@rwd[.@i+1] + " x +"+.@rwd[.@i+2]"" + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; // getitem2 <item id>,<amount>,<identify>,<refine>,<attribute>,<card1>,<card2>,<card3>,<card4>{,<account ID>}; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitem2 .@rwd[.@i], .@rwd[.@i+1], 1, .@rwd[.@i+2], 0, 0, 0, 0, 0; announce "Let's welcome " + strcharinfo(0) + " for joining our server ! ",0; end;OnInit: waitingroom "Solo Pack Gift!",0; end;}
  6. Upvote
    MikZ reacted to Mumbles in Instant Third-Class Jobs   
    Utility: Instant Third-Class Jobs
    As per spectator's request: http://herc.ws/board/topic/882-rinstant-job-changer/
     
    Description:
    Allows player to choose a third-class job upon initial login; if the player fails to choose a class for any reason, (s)he will be prompted again upon next login.
     
    Download:
    https://github.com/datmumbles/Scripts/raw/master/util/thirds.txt
  7. Upvote
    MikZ reacted to evilpuncker in Instant Third-Class Jobs   
    try changing all occurrences of auto_third into #auto_third
  8. Upvote
    MikZ reacted to kyeme in Back to Save Point   
    //===== Hercules Script ======================================//= Mapflag: Disable auto-save.//===== By: ==================================================//= Hercules Dev Team//===== Current Version: =====================================//= 1.7//===== Description: =========================================//= Characters logging out on the specified map will be warped//= to the map specified in the last field, or "SavePoint".//===== Additional Comments: =================================//= 1.7 - Updated. [Lupus]//============================================================// Job Quests ====================job_sword1 mapflag nosave SavePoint  
     
    ordeal_1-2 mapflag nosave SavePoint
     
     
    npcmapflagnosave.txt
  9. Upvote
    MikZ reacted to kyeme in Password to UNKNOWN symbols   
    Change your langtype in clientinfo.xml
     
    or add <passwordencrypt />
  10. Upvote
    MikZ reacted to Kuya Jeo in PvP Points System   
    PvP Points v1.6Changelogs
    - Fixed bugs found in variables - Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ] - Added @pvppoints command- Removed Whisper NPC
    - Separate Player Checker PvP Status   http://pastebin.com/VGyrkNq8
  11. Upvote
    MikZ reacted to Aeromesi in PvP Points System   
    Yes all of that is possible. You can include a function like if(agitstart && agitstart2) or something like OnAgitStart: or whatever it's called... might be OnAgit: but that agitstart2 and agitstart are for WoE SE and regular WoE.

    As for the debug, I'm going to check that out @@Kong.
  12. Upvote
    MikZ reacted to Lord Ganja in char server connection lost   
    If it says 'passed', you can use it and try if it works..
    AFAIK it also supports 20130807 clients.
     
    and if you think you already set all things correctly but errors occured like [info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,l:19).
    try to generate another key..
     
    just make sure that you
    always replace the packetkeys 1st to 3rd in packets.h with your new packetkeys
    always diff your client with your new packetkeys
    and also don't forget to recompile.
  13. Upvote
    MikZ reacted to Dastgir in char server connection lost   
    Yup, some clients have broken packetKeys(which do not serve the purpose of protecting), you can check the Packet Keys here: http://www.robrowser.com/prototype/packet-keys/
    (It should be Hexadecimal)
  14. Upvote
    MikZ reacted to Lord Ganja in char server connection lost   
    If you're using an old client from rathena, you probably diffed it with 'disable packet encryption' and on server side you enabled the 'packet obfuscation'.
    Try to use Nemo - Client Patcher to diff your client
     
    Look for your client version at src/map/packets.h and diff your client packetkeys with the same packetkeys on packets.h
  15. Upvote
    MikZ reacted to Dastgir in Client error when logging in   
    I meant to say
    Comment
    #define ENABLE_PACKETVER_RE 20130807
    and recompile.
    although, the crash might be due to your grf and data folder.
  16. Upvote
    MikZ reacted to Lord Ganja in Client error when logging in   
    try to remove #define ENABLE_PACKETVER_RE 20130807
    and comment on #define PACKETVER_RE
     
    it should look like this:
     
    #ifndef PACKETVER #define PACKETVER 20130807#endif // PACKETVER//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).- #define ENABLE_PACKETVER_RE 20130807 // Remove this line#ifdef ENABLE_PACKETVER_RE //#define PACKETVER_RE // Comment this line #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
  17. Upvote
    MikZ reacted to Garr in char server connection lost   
    How are you running map and char server on the same port?
×
×
  • Create New...

Important Information

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