Jump to content

bayakan

Members
  • Content Count

    13
  • Joined

  • Last visited

Everything posted by bayakan

  1. Thanks a lot to your help guys. I have figured that there's no command called name2rid just like nitrous2 said. And i just want to know now if there's such a script that can tell the mac ip of a player..
  2. - script orc_face -1,{ OnInit: setitemscript 601,"{ if ( !@orc_face ) itemskill \"AL_TELEPORT\",1; }"; setitemscript 602,"{ if ( !@orc_face ) itemskill \"AL_TELEPORT\",3; }"; end; OnPCKillEvent: if( baselevel < 175 || killedrid == getcharid(3) || getstatus( SC_ORCISH ) || getcharip() == getcharip(name2rid(killedrid)) ) { end; } if( !getstatus(SC_ORCISH,0,getcharid(0,rid2name(killedrid))) ) { sc_start SC_ORCISH,60000,10,10000,SCSTART_NOTICKDEF,killedrid; set @orc_face, @orc_face + 1, getcharid(0,rid2name(killedrid)); } set FAMEPOINTS,FAMEPOINTS + 1; dispbottom "Gained : "+ 1 +" Point(s). Total : "+ FAMEPOINTS +" Fame Point(s)."; end; OnPCDieEvent: @orc_face = 0; sc_end SC_ORCISH; if( baselevel < 175 || killerrid == getcharid(3) || killerrid > 2999999 || killerrid == NULL || getcharip() == getcharip(name2rid(killedrid)) ) { end; } set KARMAPOINTS,KARMAPOINTS + 1; dispbottom "Gained : "+ 1 +" Point(s). Total : "+ KARMAPOINTS +" Karma Point(s)."; end; }
  3. i think i saw totem.bmp somewhere in someones grf file unfortunately it's encrypted btw i'm using rytech's 3CeAM 788 revision files
  4. i have this odd missing file every time i got into map and where can i get this missing .bmp file? http://www.mediafire.com/view/umd2po3pohv5gaj/Totem.jpg
  5. sir zackdreaver helped me out on this translation problems by proving the updates on his github link and teach me the proper location where to put everything.
  6. they are all in proper folder sir Dastgir
  7. how about this missing file...where can i get it.? http://www.mediafire.com/view/umd2po3pohv5gaj/Totem.jpg
  8. tips of the day and item info are still in korean fonts even i have the English translations of idnum2itemdesctable.txt, itemInfo.lua and itemInfo.lub in my ro folder. I'm using a server emulator with summoner class. http://www.mediafire.com/view/5xnp3o1c7s3ty8k/Korean%20Fonts.jpg
  9. After downloading the translation files from this site https://github.com/ROClientSide/Translation and putting all the essentials to my data folder this korean options are still at my login menu http://www.mediafire.com/view/d3lgqlphe5gokpx/Korean%20Options.jpg
  10. i manage to solved the above errors by getting your 2015-10-29aRagexeRE sir Rytech and using https://github.com/MStr3am/NEMO files but i also get these new errors... http://www.mediafire.com/view/bl5mbpu57uiu5s9/1.jpg http://www.mediafire.com/view/83cwv68g5xjd3ka/2.jpg http://www.mediafire.com/view/2v9auym976y6t8t/3.jpg
  11. is there any way to fix this error?
  12. after i clicked the first recommended option this error shows up http://www.mediafire.com/view/gi3iyvoogajt0i8/Untitled(2).jpg
  13. is there a XDiffPatcher for 2015-10-29aRagexeRE.exe
×
×
  • Create New...

Important Information

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