Jump to content

JoWei

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by JoWei

  1. Removing "#" from "Freebies" will define the account permanent variable as character permanent variable. so for every "#Freebies" in code change them for Freebies
  2. Make sure you enabled SQL DB in https://rathena.svn....ter_athena.conf with this option: //Use SQL item_db, mob_db and mob_skill_db for the map server use_sql_db: no
  3. You should be able to change the ports to anything that works for you through the .conf files. Just make sure they are the same in the files, like map_server ports being same, char_server ports being same and login_server ports being same. Files to look into, https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/char_athena.conf https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/map_athena.conf https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/login_athena.conf
  4. After writting "/showname" and relogging should have changed it. Unless I've missed a point. I'll recheck when I get the time. Just try relogging or using "@refresh" after you used "/showname" in game and tell me if it worked.
  5. If by normal you mean showing guildname and member title between parenthesis then writting "/showname" should do the trick.
  6. JoWei

    @deleteall

    Oh didn't read the part about the storage, then yes that would be useful for GMs mainly to get rid of items they used to test things and clean up.
  7. JoWei

    @deleteall

    I wonder if it's really needed, as of now you can macro @dropall and @cleanmap to get rid of items. Then again it might be useful to have a command like that for also cleaning up items that can't get drop like the trade restricted ones.
  8. Oh sorry, my bad I misread bug. It needs a mapwarp after Emp has been killed. You will also need to give price during the time everyone is warped out. I'll try to figure out something. Edit: Trying to figure it out but running low on time so might post what I find tomorrow morning.
  9. I've set it to prontera for now, just change the following line, warp "prontera",0,0; //Change this line to where ever you want - script KoE -1,{ OnInit: disablenpc "The King#KoE"; disablenpc "Get Your Price Here#KoE"; end; OnWhisperGlobal: if ( getgmlevel() < 99 ) end; else if ( compare ( @whispervar0$, "on" ) ) goto L_start; else if ( compare ( @whispervar0$, "off" ) ) goto L_end; else end; L_end: OnClock1300: OnClock2110: announce "The King of Emperium Hill is over!", 0; set .koe_start, 0; enablenpc "Get Your Price Here#KoE"; disablenpc "The King#KoE"; killmonsterall "guild_vs1"; end; L_start: OnClock1200: OnClock2010: announce "The King of Emperium Hill has begun! Please proceed to prontera to join", 0; set .koe_start, 1; enablenpc "The King#KoE"; disablenpc "Get Your Price Here#KoE"; set $koegid, 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; OnEmpDead: set $koegid, getcharid(2); announce "The current King of Emperium Hill is the [" + strcharinfo(2) + "] guild.", 0; donpcevent "::OnRevKoE"; maprespawnguildid "guild_vs1", $koegid, 6; sleep 500; if ( .koe_start ) monster "guild_vs1",49,49,"EMPERIUM",1288,1,"KoE::OnEmpDead"; end; } // KoE Entrance prontera,147,162,6 script The King#KoE 966,{ mes "[The King]"; if ( getcharid(2) == 0 ) { mes "You must have a guild to participate in the ^FF0000King of Emperium Hill Tournament^000000."; close; } mes "Hello."; mes "Would you like to participate in the ^FF0000King of Emperium Hill Tournament^000000?"; if ( select ( "Yes", "No" ) == 2 ) close; switch( rand(1,4) ){ case 1: warp "guild_vs1", 50, 88; end; case 2: warp "guild_vs1", 88, 50; end; case 3: warp "guild_vs1", 50, 11; end; case 4: warp "guild_vs1", 11, 50; end; } } // KoE Exit guild_vs1,49,56,5 script Get Your Price Here#KoE 51,{ mes "[ Exit ]"; mes "See ya."; if ( getcharid(2) == $koegid ) getitem 607, 20; // configure prize here next; warp "prontera",0,0; //Change this line to where ever you want close; } // Flags guild_vs1,49,38,4 script King of Emperium Hill#1::koe_flag 722,{ set .@gid, $koegid; if ( .@gid == 0 ) end; mes "[King of Emperium Hill]"; mes "The Current King of Emperium Hill is the ["+ getguildname(.@gid) +"] guild."; close; OnRevKoE: flagemblem $koegid; end; } guild_vs1,61,49,6 duplicate(koe_flag) King of Emperium Hill#2 722 guild_vs1,38,49,2 duplicate(koe_flag) King of Emperium Hill#3 722 guild_vs1,49,61,0 duplicate(koe_flag) King of Emperium Hill#4 722 prontera,156,192,4 duplicate(koe_flag) King of Emperium Hill#5 722 guild_vs1 mapflag gvg guild_vs1 mapflag nobranch guild_vs1 mapflag nomemo guild_vs1 mapflag nopenalty guild_vs1 mapflag noreturn guild_vs1 mapflag nosave SavePoint guild_vs1 mapflag noteleport guild_vs1 mapflag gvg_noparty guild_vs1 mapflag nowarp guild_vs1 mapflag nowarpto also make sure all tabs are set correctly because they might have broke when I copied it from your post.
  10. It might be either it is pointed to wrong port or char server is down. Perhaps try to check if port used is the correct one or if you boot up server with correct file?
  11. Welcome back even though I don't know you nor used any of your scripts yet!
  12. You should be able to make them load from server start (if that's what you meant by permanent) by adding your npc path inside https://rathena.svn....pts_custom.conf which would be easiest and fastest to do or a another conf file you've created.
  13. Hm, this should have brought every winner out of map warp "Save",0,0; but you can try changing "Save" for your main town map and see if that works.
  14. These are the several things you might want to check. Did you use correct date lua files for it? Used the correct packet version? Unchecked "read lua before lub" and "read data folder first" when diffing? Did you check if you used lua514 to compile your lub files? Did you put all your server files in grf since it will only read it from there since "read data folder first" diff isn't working? Are you using an up to date msgstringtable.txt?
  15. This is not a lower headgear normally, it's used for garments from 2012 clients and up where they allowed garments to have their own sprite. The reason why it might do that is that it might have been designed for garment which means you will have to reformat it in "actor" for it to work. I might be wrong though.
  16. Clients before 2011 November ones if I recall will crash upon encountering Bakonawa because of it's size. So basically the only way is reduce it's size. You could use 2012-04-10 but requires a lot of tweaking to client side to get it to work right but in the end you can stick with what you currently use if it work right and only that mob crashes you.
  17. Make sure you are using clients that support those classes, if I recall from 2011-11-22 and up should support them.
  18. Agreed, pretty much an obsolete setting now.
  19. Make sure it's not the head sprite itself the problem, because that happened to me on some sprite but not happening on others. Also, I'm not using any head related diff on client.
  20. Reading from the wiki, it is said to build/run emu on particular OS to see if warning or errors are thrown for that particular OS after each commits and reports them if any is found which could speed up fix for said error/warning. That is if I read everything right.
  21. Not quite sure if it's that but it sounds like a lua file date issue. Make sure you are using correct date lua for client.
  22. I guess you can just comment it out, I think it was a line that was forgotten during clean up. Right now my server is running fine without it and also it seems the variable isn't used elsewhere anyways.
  23. JoWei

    Ctrl + V

    ^Wow lol job_gxq>1 && job_gxq<99
  24. The server should detect which DB to read from the renewal.h settings. Rename shouldn't be needed.
×
×
  • Create New...