Jump to content

sader1992

Content Moderator
  • Posts

    1676
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by sader1992

  1. where is it ? can you show us the mini map ? or upload the hole screen shot and /where
  2. i don't think it's recommended if there is high ping between them i think it will work but i can only imagine what would happen cuz the ping for start think about the login time this is the first what came up of my head XD
  3. no error no bug no nothing with the one i have (from 6 days ago)
  4. https://github.com/rathena/rathena/wiki/Max-Level
  5. if you use vps you need to ask from your vps hosting
  6. go to savedata folder inside the gave folder and open OptionInfo.lua make sure that CmdOnOffList["/showname"] = 1 then patch it with thor patcher or find a way to send it to everyone
  7. you need custom not the official
  8. sorry didn't get you but you may want this ? /showname /showname 0 /showname 1 /showname 2 (client side commands)
  9. sader1992

    sol

    down this code you have this if (getarg(0) == 1) { set .@amount, .@amount_win; if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "Blessed Guillaume!"; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Blessed Croix!"; } mes "Let's enjoy our glorious victory!"; mes strcharinfo(0)+", it's a sign reflecting victory."; } else { set .@amount, .@amount_lose; if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "You lost, but you're dedicated to this battle."; mes "This is a reward for your great dedication by Guillaume Marollo!"; mes "Just take this defeat as a lesson, and next time you will definitely win."; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Oh, "+strcharinfo(0)+" Don't be sad."; mes "Even though we didn't win, we did our best."; mes "This is a Royal gift from Croix, and please don't forget this battle. We will win the next one."; } } close2; just put what you want their like this if (getarg(0) == 1) { set .@amount, .@amount_win; getitem 671,20;//////////// here the item you want for wining team if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "Blessed Guillaume!"; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Blessed Croix!"; } mes "Let's enjoy our glorious victory!"; mes strcharinfo(0)+", it's a sign reflecting victory."; } else { set .@amount, .@amount_lose; getitem 671,10;//////////// here the item you want for lossing team if (.@team$ == "Guillaume") { mes "[Axl Rose]"; mes "You lost, but you're dedicated to this battle."; mes "This is a reward for your great dedication by Guillaume Marollo!"; mes "Just take this defeat as a lesson, and next time you will definitely win."; } else if (.@team$ == "Croix") { mes "[Swandery]"; mes "Oh, "+strcharinfo(0)+" Don't be sad."; mes "Even though we didn't win, we did our best."; mes "This is a Royal gift from Croix, and please don't forget this battle. We will win the next one."; } } close2; getitem 671,20;//////////// here the item you want for wining team getitem 671,10;//////////// here the item you want for wining team they will get the items with the badges when they talk to the NPC you can add items as much as you want
  10. i didn't get you but there is two iteminfo iteminfo for re and iteminfo for pre-re so you use the one as the item_db in your server side if you use the rathena\db\re\item_db.txt use the iteminfo for the re rathena\db\pre-re\item_db.txt = pre-re if you have errors in your server side then the problem from item_db.txt (or sql if you use sql) if the errors from description photo name etc the client side then the problem from iteminfo.lua if you use lua and iteminfo.lub if you use lub i would give you link for this https://github.com/ROClientSide/Translation but github got it down today so you can't download it so just search for the iteminfo you need in the forum hope it help
  11. yes snap_dodge: yes + you welcome
  12. rathena\conf\battle\battle.conf // Should the target be able of dodging damage by snapping away to the edge of the screen? // Official behavior is "no" snap_dodge: no
  13. it would be nice if you support plugins same as herc to make it easier to add new src files without editing the original ones and this will errors less then it's now
  14. File Name: halloween map File Submitter: sader1992 File Submitted: 29 Oct 2015 File Category: Maps & 3D Resources Content Author: sader1992 i made this map for the halloween for my server skyro it's not a Great map but i made it for what i need to... so, if someone want it there is it it's big map i made it like that to put two MVPs there and so many monsters include this file : .rsw ,.gnd ,.gat ,.extra ,.bmp (minimap) files Enjoy! Click here to download this file
  15. when you will allow this map https://rathena.org/board/files/file/3410-halloween-map/ to be in public is it illegal ??? is there any thing illegal in it ? i upload it in Submitted: Oct 29 2015 07:11 AMand in the same time in herc and they allow it in the same day what's wrong in this map that made you don't allow it? i even didn't got and message or report or any thing it's just hideing from public i know it's not a legendary map but it's about why ! when same one upload a file if it's illegal say why !! and i don't see any thing wrong in it ! anyone can explain that ?
  16. a sql log for variable that store all the changes variables with the time and the npc or something like that start it with time and later update it to show the script or script Location or name or where the players was in that time like that date,account id,char id,variable type,value (- or +),map,x.y well that for if we find bug in the server we will know where it come from thank you
  17. so you buy the src codes from him ? he will tell you what folder you put it in or maybe there is a readme.txt with the files that he give you
  18. can't https://rathena.org/board/topic/78320-aura-setter-v11/?hl=aura Email him and buy it from him
  19. nothing in my mind :×

  20. edit your src/map/clif.c like the link up there or update your rathena red = delete green = add save + Recompile
  21. make db_roulette sql to roulette_db.txt and make @reload work with it @reloadroulettedb
  22. since +2014 clients the adopt option not showing so this is the time for that command~ or something let the GMs make the adopt manual like command or making adoption sql that if the child there name father and mother and will add the skills and make it baby class automatically and remove (father mother child ) in char sql or something let us can make an npc for the adoption or get request for it
×
×
  • Create New...