Jump to content

Auryn

Members
  • Posts

    147
  • Joined

  • Last visited

Everything posted by Auryn

  1. How to make music do not stop during loading at map change ? I know this is possible cause I played on an updated miruku client. Any idea someone ?
  2. Is there an option or a way/trick to add some more size to my map ?
  3. As the title says, I can't find out how to copy gat tiles. I tried copying everythin, it's working except for gat. When I only copy gat, it crashes.
  4. I'm scripting a PvP exit guard. The problem is when a player uses it to go back in town, is he get hit during the progress bar loading, he gets stuck in script. I would need to make the script end if player gets hit by another during the progress bar loading. Here it is : case 2: mes "[Garde de l'Arène]"; mes "Veuillez patienter."; progressbar "green",5; next; mes "[Garde de l'Arène]"; mes "Je vous dirige vers la sortie."; sleep2 1250; warp "amatsu",112,159; break; Thanks in advance for any help about it.
  5. There is two WoEs per week on my server, one on wednesday and another on sunday. I would the castle that has been aquired by a guild in wednesday be reset when the sunday one comes. How could I do it ? I hope I explained myself correctly. NB : I'm using WoE Setter 3 by [GM]Xeon.
  6. How to make Laura Damus Cure Burning in addition to normal effects ? I would need somebody to explain it to me cause i'm new at editing SRC.
  7. Hi, I' configurated WoEs to begin on wednseday and on sunday from 8:30 to 10:00 pm, each one on one different castle. I would like the castle that has been taken on wednesday to became free at WoE of sunday. How could I do it ? I'm using WoE Setter 3 from Xeon.
  8. Ha-ha, m'kay. The fact is I edited a bunch of thinks in those files, gotta got to backup it all and do it by hand. Do you know what files were councerned by this update ? I still don't understand why this is happening since I aint upgraded my revision, there should be no negative changes like this, right ? . Edit 31/07/2012 : Solved using item_db from my revision.
  9. I did assign ports to my WAN, this is now working, thank you all for your help.
  10. I made a healer with time lapse before to be able to heal again. The problem is that one of em' discovered that once he is got healed, he just has to log off and log back on to bypass the countting and heal again. Fore exemple, for a player with a base level inferior of 13, i'm using : Checking : if(@healtimer > gettimetick(2)) goto L_Time; At heal : set @healtimer, gettimetick(2) + 20 Does soemeone has a solution ?
  11. Hi Euphy, What am I supposed to do with it ? I aint this file in my actual compilation, and it dont seems to take effect when I reload item database.
  12. I did it, no changes, is there something more i need to do ? Ok, My friend sill can't connect .
  13. This is my problem. Exemple of an set not taking effect : 2399,Dragon_Vest,Dragon Vest,5,20,,500,,3,,1,0xFFFFFFFE,2,2,16,,0,1,0,{ bonus bMdef,3; if(isequipped(2553)) { bonus bAgi,5; bonus bFlee,15; } },{},{} 2553,Dragon_Manteau,Dragon Manteau,5,20,,1000,,5,,1,0xFFFFFFFE,2,2,4,,0,1,0,{ bonus bAgi,1; bonus bMdef,5; },{},{} There is certainly a reason i'm missing.
  14. [solved] -> mapflags ... This is my actual big problem. I don't know where I should go see about it ?$ Thanks in advance for any support about it.
  15. Self. (1) Haha sorry, i don't speak english often .
  16. I'm getting a problem with taekwon mission, the mob to kill always changes ... Why the h*ll is it happening ?
  17. Hi, I own an online pserv and I just compiled my test one on windows, to test scripts, organize events etc.. Everything is OK exect others can't log on the test server. (Failed to connect to server.) Here is the most of the informations I could provide you : My friend made a copy of the client in which one he put a clientinfo.xml (with my WAN IP as Ip) I gave him. Client is diffed read data folder first. I'm using rAsql. Here are my confs : char_athena.conf : login_ip: LAN IP char_ip: WAN_IP map_athena.conf : char_ip: LAN IP map_ip: WAN_IP inter_athena.conf : sql.db_hostname: WAN_IP char_server_ip: WAN_IP map_server_ip: WAN_IP log_db_ip: WAN_IP subnet_athena.conf : subnet: 255.0.0.0:127.0.0.1:127.0.0.1 subnet: 255.0.0.0:LAN_IP:LAN_IP subnet: 255.0.0.0:WAN_IP:WAN_IP I also configured conf/import folder, it seems to be OK. Searching about my issue, I found that the cause could be that port are not forwarded, or a firewall on the rooter that blocks connections ... But I don't think it would be the cause in my case.
  18. I think I can associate the problem to another post I posted here. Players can't log on no more on my server, I saw these errors : [Error]: map_addblock: out-of-bounds coordinates ("lighthalzen",152,828), map is 400x360 [Error]: map_addblock: out-of-bounds coordinates ("moc_fild19",106,828), map is 200x200 [Error]: map_addblock: out-of-bounds coordinates ("moscovia",116,1828), map is 400x400 [Error]: map_addblock: out-of-bounds coordinates ("moscovia",216,1828), map is 400x400 [Error]: map_addblock: out-of-bounds coordinates ("geffen",122,402), map is 240x240 What could I do to solve it ?
×
×
  • Create New...