Jump to content

15peaces

Members
  • Posts

    138
  • Joined

  • Last visited

Everything posted by 15peaces

  1. How to fix this on 2013-12-23 ragexe? My msgstringtable below: msgstringtable.txt
  2. I've made this for my server. It's not exactly what you want, but it works... Maybe it helps? xD - script SoundBroadcast -1,{ end; OnInit: set .sfx$,"se_cock_02.wav"; bindatcmd "evbroadcast",strnpcinfo(0)+"::OnBroadcast",50,20; end; OnBroadcast: if([email protected]_parameters$[0] == "") dispbottom "@evbroadcast: Usage: @evbroadcast [message]"; else{ soundeffectall .sfx$,0; announce strcharinfo(0)+": "+ [email protected]_parameters$[0],bc_all; } end; }
  3. You could use mine... my emulator-project is eAthena / 3ceam based so it should work: Commit 1: https://github.com/15peaces/15-3athena/commit/b37fd38e8de216deaebca4b4e2a51b3e42106608 Commit 2: https://github.com/15peaces/15-3athena/commit/33859afe0f8430630eb2e05afe51517158420ac2 However you'll have to code it in by yourself... my eathena base-version is newer than the one from 3ceam.
  4. The client is not the big problem. A friend of me wrote a program to extract and re-pack the client files. But the serverside is a good piece of work ^^
  5. in 3ceam you'll need to use set for variables ^^
  6. if eA has group permission, it's compatible. sadly to sa no have group permission. you can modify it to add a battle config for this... but this would require some basic coding knowlage...
  7. I've created a patch for eAthena now. Tested and working on Rev. 15269. Hope this will work for you now bindatcmd_eA.patch
  8. what exactly are you doing and whats the error message? ^^
  9. Most palette packs does not contain kagerou / oboro palettes ^^
  10. OnFull: //THIS ONE WILL AUTOMATICALLY ASSIGN A LEADER BASED FROM THE PLAYERS INSIDE THE WAITINGROOM party_create "MyParty",getcharid. . . . . . //THIS ONE WILL ADD THE REMAINING PLAYERS INSIDE THE WAITINGROOM TO THE PARTY party_addmember [email protected]_create_id,<character id>; That's all o.o The variable [email protected]_create_id will be set by party_create function. There is nothing else to do to get the party id.
  11. @party id: Docs say: so the party_id you've to use is stored in [email protected]_create_id variable.
  12. Use Notepad++ and (if you want to) my UDL-File for syntax highlighting. ^^ http://15peaces.com/blog/index.php/sunshine-ro-script/
  13. here you go again. It was made for my own Emu-Project, but it's eAthena based. So it should work for you. ^^ bindatcmd.patch
  14. I don't have it, but I've ported bindatcommand to 3ceam. I could try to make a patch for you if you want.
  15. Schonmal versucht, einfach den client nochmal "frisch" zu laden? Manchmal ist ja auch einfach beim Download schon der Wurm drin. Wenn andere Spieler keine Probleme haben, kann es ja nur ein lokales Problem sein. Sind alle nötigen Treiber (Sound / GraKa) aktuell? Blockiert der Virenscanner (Sandbox-Modus?)? Wurde der Client beim patchen beschädigt? (Neu Patchen, neu laden + installieren/entpacken), usw...
  16. I'm using it on my server, so yes... but you can use NEMO to patch it.
  17. Here u go: http://15peaces.com/downloads/2013-12-23cRagexe_decrypted.zip
  18. And as said above, this is normal as long as the castle is unoccupied. These unoccupied castles can be taken no matter what WoE state. After someone taked the castle the emperium will disappear and will only be there when WoE is active. This is the official behavior, and there is no new/old WoE.
  19. It belongs to SC_MONSTER_TRANSFORM (as far as I know ^^)
  20. Warum macht das eigentlich immer jeder falsch? ^^ //quick option to disable all renewal option, used by ./configure //#define PRERE //#define PRERE uncommentieren, sonst NICHTS ändern. Damit sind ALLE RE-Features deaktiviert...
  21. I've made one some time ago, too. However mine is not for rAthena only and not finnished yet ^^ http://15peaces.com/blog/index.php/sunshine-ro-script/
  22. Try using other diffs. Some combinations of patches could cause problems like this...
  23. Get them from kRO Patchservers... new izlude got a christmas map (I think it was in nov / dec 2013...)^^
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.