Jump to content

benching

Members
  • Posts

    350
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by benching

  1. diff your client with `ignore errors` disabled, if it exist, that would give you an informative error.
  2. There's this guide, regarding addition of custom item(s): https://rathena.org/wiki/Custom_Items
  3. maybe because of where you call the killedrid and killerrid https://rathena.org/wiki/Killedrid
  4. Also: When the server and client uses the same machine, the client can NOT connect to the server when it is set to use no-ip hostname. The client on the host machine should be set to connect to localhost instead. This might not be a serious issue, i just though i should say it. Client Date := 2014-10-22bRagexe
  5. no error in login server and char server sounds weird (to me atleast), can you let me take a look via teamviewer?, i just wanna see it.
  6. I mean error when that friend of yours trying to connect, there's probably error when he enters the character selection, not when you start the server
  7. Limited Jobs : http://ratemyserver.net/index.php?page=re_item_db&item_id=2484
  8. Sad. The file you posted seems not working. it works to me, and im sure that i re-upload the right one, anyway, just use yuchinin work
  9. as usual, im not sure about this, subnet is 255.0.0.0 and not something else? its usually 255.255.255.0 cant enter the character selection, you sure that theres no error in console?
  10. @reloadbattleconf or restart the server the rate is being changed by mapflag or something else through npc script, find out where it is in the npc folder. thats what i think.
  11. Version 1.0

    445 downloads

    This NPC will allows the player to warp on maps that are unlocked.
    Free
  12. //===== rAthena Script ======================================= //= Healer //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Basic healer script. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Aligned coordinates with @go. //============================================================ - script Healer -1,{ .@Price = 0; // Zeny required for heal .@Buffs = 1; // Also buff players? (1: yes / 0: no) .@Delay = 0; // Heal delay, in seconds if (@HD > gettimetick(2)) end; if (.@Price) { message strcharinfo(0), "Healing costs " + callfunc("F_InsertComma",.@Price) + " Zeny."; if (Zeny < .@Price) end; if (select("^0055FFHeal^000000:^777777Cancel^000000") == 2) end; Zeny -= .@Price; } specialeffect2 EF_HEAL2; percentheal 100,100; atcommand "@identifyall"; if (.@Buffs) { specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10; specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10; //atcommand "@repairall"; } if (.@Delay) @HD = gettimetick(2) + .@Delay; end; } // Duplicates //============================================================ alberta,25,240,6 duplicate(Healer) Healer#alb 811 aldebaran,135,118,6 duplicate(Healer) Healer#alde 811 amatsu,200,79,4 duplicate(Healer) Healer#ama 811 ayothaya,207,169,6 duplicate(Healer) Healer#ayo 811 comodo,184,158,6 duplicate(Healer) Healer#com 811 einbech,57,36,6 duplicate(Healer) Healer#einbe 811 einbroch,57,202,6 duplicate(Healer) Healer#einbr 811 geffen,115,72,6 duplicate(Healer) Healer#gef 811 gonryun,156,122,6 duplicate(Healer) Healer#gon 811 hugel,89,150,6 duplicate(Healer) Healer#hug 811 izlude,121,150,6 duplicate(Healer) Healer#izl 811 //Pre-RE: (125,118) jawaii,250,139,4 duplicate(Healer) Healer#jaw 811 lighthalzen,152,100,6 duplicate(Healer) Healer#lhz 811 louyang,226,103,4 duplicate(Healer) Healer#lou 811 manuk,272,144,6 duplicate(Healer) Healer#man 811 mid_camp,203,289,6 duplicate(Healer) Healer#mid 811 moc_ruins,72,164,4 duplicate(Healer) Healer#moc 811 morocc,153,97,6 duplicate(Healer) Healer#mor 811 moscovia,220,191,4 duplicate(Healer) Healer#mos 811 niflheim,212,182,5 duplicate(Healer) Healer#nif 811 payon,148,230,5 duplicate(Healer) Healer#pay 811 prontera,148,176,5 duplicate(Healer) Healer#prt 811 rachel,125,116,6 duplicate(Healer) Healer#rac 811 splendide,201,153,4 duplicate(Healer) Healer#spl 811 thor_camp,249,74,4 duplicate(Healer) Healer#thor 811 umbala,105,148,3 duplicate(Healer) Healer#umb 811 veins,217,121,4 duplicate(Healer) Healer#ve 811 xmas,143,136,4 duplicate(Healer) Healer#xmas 811 yuno,164,45,4 duplicate(Healer) Healer#yuno 811 turbo_room,93,117,5 duplicate(Healer) Healer#turbo 811 // Duplicates (Renewal) //============================================================ //brasilis,194,221,6 duplicate(Healer) Healer#bra 811 //dewata,195,187,4 duplicate(Healer) Healer#dew 811 //dicastes01,201,194,4 duplicate(Healer) Healer#dic 811 //ecl_in01,45,60,4 duplicate(Healer) Healer#ecl 811 //malangdo,132,114,6 duplicate(Healer) Healer#mal 811 //malaya,227,204,6 duplicate(Healer) Healer#ma 811 //mora,55,152,4 duplicate(Healer) Healer#mora 811
  13. did not see this earlier, But this script is pretty messed up, what are you trying to do?
  14. did not see this earlier, But this script is pretty messed up, what are you trying to do?
  15. Here's the latest translated data folder: https://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ you can create a grf from this data folder using grf builder/grf editor; You can try this stable guide if you want: https://rathena.org/board/topic/70962-recommended-client-setup/ but its kind of outdated, im not sure whats the current latest stable. For other things you want to know, use the google search engine and add rathena as prefix of your search. example: https://www.google.com.ph/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=rathena+recommended+setup
  16. even if you change the goto with callsub, just like aureon said? then try changing this: goto "S"+.mapList+""; to this: goto "L_S"+.mapList+"";
  17. try this https://rathena.org/board/files/file/3429-monster-invasion-top-3/ you probably need to wait for approval before you can download
  18. Version 1.3

    820 downloads

    This NPC will summon a given amount monster in a given map Every time the player kill a monster, he will be given a point The 3 player that have the highest points will be rewarded Ranking will reset when the Event is started
    Free
  19. looks like a bug, Report it or Tell the devs about it in the discord https://discordapp.com/invite/0XP9qqhUV9FqRCA5
  20. make sure to change the spaces to tabs on the first line
  21. is that really yxx.noip.me and not yxx.no-ip.me ?
  22. is this one of the stable client?
  23. try to open the cart in a map where vending is allowed, if you can open the cart, then obviously the problem is the mapflag, although, you should be able to open the cart even at novending map, do you have any source modification that might affect this?
  24. add it as new npc you dont need to add the @pc in groups.conf, check if you have error(s) in console.
  25. im not sure about this, but try this while waiting for other answer, 3rd jobs are renewal characters, rdata.grf is for renewal, i dont know why it crashes randomly, but try having rdata.grf
×
×
  • Create New...