Jump to content

NexusXVI

Members
  • Posts

    227
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NexusXVI

  1. Thanks sir most errors have been fixed except the lua/quest/questfunction one
  2. Already fixed the no msg thnx sir and I've posted a new topic for the new errors that happened can you look at that? Thnx in advance http://rathena.org/board/topic/88257-error-inside-system-folder/
  3. Everything is running smoothly expect for this couple of errors Im using loki launcher. I did try to solve this by: 1. Deleting the lua files 2. Deleting the lub files 3. Using another system folder files But cant seem to solve it. Any help on this info? BTW im using this client side translation = https://subversion.assembla.com/svn/client-side-translation/
  4. I have to say the guide is good and working well, server is running, smooth and ok Just this error after the loki launcher. I know pretty well its a lua error,since the luatolub.bat file deleted every lua on it and im not even sure if the conversion was a success. can anyone give me lua files for rathena the updated ones can't seem to find it anywhere. Here's the other screenshots in game other than that I give a thumbs up to this TUTORIAL. its good and working well great job sir.
  5. Sir can you clarify this In your tutorial u used = 2013-07-03aRagexe.exe And diff'ed it with xDiff Patcher I downloaded the svn you are using and found that in mmo.h the date for the ragexe is only up to 20120307 = 2012-03-07aRagexeRE Can you confirm that using 2013-07-03aRagexe.exe brings no error at all? Been long since I made my last server and my FIRST TIME trying r@thena thnx.
  6. [Error]: script error on db/item_db.txt line 1411 parse_line: expect command, missing function name or calling undeclared function * 1411 : { bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus bFlee2,( 3 * getequiprefinerycnt(EQI_GARMENT) ); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||BaseClass==Job_Taekwon) 'b'ShortWeaponDamageReturn,( 5 * getequiprefinerycnt(EQI_GARMENT) ); } Bumb!! bonus bFlee2,( 3 * getequiprefinerycnt( <EQIMENTSLOT> ) ); bShortWeaponDamageReturn,( 5 * getequiprefinerycnt( <EQIMENTSLOT> ) ); this seems to be right sir Emistry but.. i dont know what to put on ( <EQIMENTSLOT> ) thats the thing that gives me error
  7. It gives so much error I would like to have a script per refine please..script you gave me per refine render my Vm useless
  8. Hehe I've been doing that sir and thanks for waking me up.. THNX THNX THNX!! When I saw the valk manteau script my head turns like hell since its now the same with any other script 2524,Valkyrie_Manteau,Valkyrian Manteau,5,0,,500,,3,,1,0xFFFFFFFE,7,2,4,,1,1,0,{ bonus bUnbreakableGarment,0; if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Thief) bonus bFlee2,3(getequiprefinerycnt(EQI_GARMENT)*1); else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Acolyte) bonus bShortWeaponDamageReturn,5(getequiprefinerycnt(EQI_GARMENT)*1); },{},{} Anyways THnx
  9. How do you script Perfect dodge +3 per refine so if an Item is +10 = +30 PD Reflect on Shortrange weapon 5% so if an item is +10 = 50%Shortdamage reflect TYTY!!
  10. Fixed the Data: variable name='@num' index=0 1 more error THnx sir Emistry ill try that Ryokem
  11. well first i have no idea on how to put or remove or add it sorry sir
  12. Can you tell me where to put that statement? set .rentitemid, 674; // item id use for rent a room - 674 - mithil coin set .rentitemamount, 0; // amount of items to rent a room set .rentcost, 10000000; // otherwise, zeny cost to rent a room It is like this.. so i need to remove the rentcost I did find this on top of the script // ....... if your server has { Overwriting user function [int__] } don't blame me .......... function script int__ { set .@num, atoi(getarg(0)); if ( .@num == 0 || .@num >= 2147483647 ) return getarg(0); set .@l, getstrlen(.@num); for ( set .@i,0; .@i < .@l; set .@i, .@i + 1 ) { set .@num$, .@num % pow(10,.@i+1) / pow(10,.@i) + .@num$; if ( (.@i+1) % 3 == 0 && .@i+1 != .@l ) set .@num$, ","+ .@num$; } return .@num$;
  13. Anybody knows how to fix this? I attached the Script itself for more details.. if its ok.. THNX MvPROOM.txt
  14. Removed the statement NO effect so i put my backup back still Thnx for the info
  15. I can answer these 3 questions. 1. itemdelay.txt 2. @warp revives players because of the code within pc_setpos in pc.c if( pc_isdead(sd) ) { //Revive dead people before warping them pc_setstand(sd); pc_setrestartvalue(sd,1); } Remove this an recompile to disable that. 3. Source code modification adding a timer to the character using the command. Edit: Looks like I was a little late. What should I remove??The whole code?
  16. THANKS GUYS.. IN WOE. ok im using woe controller by euphy I ddnt set anytime yet so i decided to go ang check if the emp is there And it is I even destroyed it how come??and my castle is full of monsters if you could guide me on how to remove them much appreciated
  17. Why do I can kill the EMP even thou its not woe time? How to hide the emp when woe is not activated? How to put delay on pots? ex(YGG,YGGseed) Why do @warp revive players? How to put delay on @warp and @go commands? Happy if you could give some clues to any of this thnksx
  18. I am allowed sir but how can I install PCRE
  19. Sir Emistry Does that mean I need to rewrite the one in the host with different command. Please help can't understand that much in scripting
  20. Is this error cause by the host? I did avail on a host yesterday to test run my server sql - runserver on my computer : as you can see no errors at all but on the HOst side when I did try to restart the server : What would be the main reason for this error
×
×
  • Create New...