Jump to content

Erba

Members
  • Posts

    550
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Erba

  1. i tried to use the client.. can you give me a data folder for it?? ^^ tyty
  2. Sir after i did what youve said, it works, but the problem again is that the Macros which is the alt+M cant be change, even if you place the new words.. example alt+M >>>>>>>> 1= before it was "/!" right? then after i changed it into = "/sit" and enter after i close the alt+m and use alt+1 it still show the emotion "/!" and when i check the alt+m it is not changed... how to fix this>??? ty
  3. This is what I did in that case... i just used the New version of shin diff patcher then it includes the plugin which is remove autologin exit? haha i forgot.. here is the link that from Matrixfox: http://rathena.org/board/topic/61407-popular-requested-links/ use the diff patcher there
  4. SIr some corrections: sorry, what im using is 2010-11-26aRagexeRe This is what I did : First after i downloaded the Lub files needed.. i copy paste it inside the subfolders of the Lua folders, for example: in the admin folder, there is 1lua and 1lub... i did the rest of the subfolder... >>>> it doesnt work Next>> i deleted all lua files replacing it by lub folders >>>>> it doesnt work what to do please help!!!!!!tyty
  5. Erba

    NPC WARPER! HELP

    Thank you for the help.. ill try it and ill post again if it works..
  6. @ Sir after i DL this 2010-11-24LubFiles, what am i going to do next? paste it in my data folder and change all Lua files?? thanks for the reply! @clydelion,,, ok sir ill try it and will replace it with hotkey.lua thank you!
  7. Should I pursue my Nursing Career or Start my career in Making Ragnarok server :)

    1. Show previous comments  1 more
    2. Erba

      Erba

      haha currently working and managing for my first server and at the same reviewing for the June 2013 nursing board exam

    3. mrlongshen

      mrlongshen

      give me your server link.

    4. Erba
  8. In the LogIn screen, the save ID/remember ID after i tick it, and tested it and insert incorrect password the username got erased and not been saved and the save ID/remember ID is already untick.. next prob.... after i login and in the game now...the Chat when i press enter or anything in the keyboard doesnt work, even the Alt keys/hotkeys like the alt+W,alt+C,alt+E,alt+Q,and all the rest. ...........i use Client 2010-11-24aRagRe..
  9. Erba

    NPC WARPER! HELP

    Sorry for sending you a private message sir!:| ill post my script by tomorrow i forgot to bring my laptop with me^^! sorry for the inconvenience.. then post it here and we can help you with it //===== rAthena Script ======================================= //= GuildBaseWarper //===== By =================================================== //= kvin //===== Version ============================================== //= 0.1 //===== Compatible With ====================================== //= rAthena //===== Description ========================================== //= guildbase warper with password //===== Comments ============================================= //= //============================================================ new_1-4,130,178,6 script GuildBaseWarper 777,{ set .@name$,"[GuildBase Warper]"; mes .@name$; mes "Hi "+strcharinfo(0)+","; mes "Do you want to go in your Guild Base?"; next; menu "Blueprint's Base",P_insert,"Yakuza's Base",P_insert1,"No",-; close; P_insert: sc_start sc_berserk, 1000000000, 1; mes "[GuildBase warper]"; mes "Please enter your guild password"; next; input #insertgpw$; if (blueprint == blueprint) goto P_pass; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input #insertgpw$; if (blueprint == blueprint) goto P_pass; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input #insertgpw$; if (blueprint == blueprint) goto P_pass; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input #insertgpw$; if (blueprint == blueprint) goto P_pass; mes "[GuildBase warper]"; atcommand "@kick "+strcharinfo(0); close; P_insert1: sc_start sc_berserk, 1000000000, 1; mes "[GuildBase warper]"; mes "Please enter your guild password"; next; input .@guild_password$; if (password == yakuza) goto P_passyakuza; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input .@guild_password$; if (password == yakuza) goto P_passyakuza; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input .@guild_password$; if (password == yakuza) goto P_passyakuza; mes "[GuildBase warper]"; mes "Invalid password. Try again."; next; input password; if (password == yakuza) goto P_passyakuza; mes "[GuildBase warper]"; atcommand "@broadcast "+strcharinfo(0); end; P_pass: sc_end sc_berserk; next; warp "lou_fild01",180,180; close; P_passyakuza: sc_end sc_berserk; next; warp "prt_fild08",50,50; close; } its kinda funny but this is the first npc that i created.. ^^
  10. can anyone help me to fix my warper.. i make an NPC wherein the Guild's member will'be able to warp in their guildbase map with a password.. i tried to make a script with it.. it is working but the problem is that , it doesnt check if it is a correct password or incorrect one, it just autowarp the member in the desired map whenever i enter the password correctly and even uncorrectly!.. ty for the help.. sorry for my bad english
  11. i found something like this before.. ill try to search it or i guess i have a copy of it.. ill find it and place it here.
  12. Can someone help me.. im a beginner in making a ragnarok server.. my problem is that whenever i open my Client.. it never directs me in Login/Password but the client automatically shutdown/closes please.. help me
×
×
  • Create New...