Jump to content

nobukadnezar

Members
  • Posts

    163
  • Joined

  • Last visited

Everything posted by nobukadnezar

  1. actually i have add plenty custom src at my own server. I am afraid if i have to change from beginning. So is there a way to fix it without using latest svn from scratch?
  2. that's strange.... i use rev 17421 btw. Could you help us investigate about this? i really have no idea
  3. still no change. btw it should be wd.dmg_lv instead of wd->dmg_lv
  4. yes, i mean autoguard + reflect shield. When damage blocked it still reflect damage
  5. wow it works dude. thanks a lot.
  6. try this { bonus bMdef,getrefine();bonus2 bSubRace,RC_DemiHuman,3*getrefine(); bonus3 bAutoSpell,"AC_DOUBLE",10,150; if(BaseJob==Job_Rogue) { bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10; }}
  7. described here: http://rathena.org/wiki/Diff but i never use automatic patch. Usually i do manual because i am afraid that the patch created were no longer match with current version. So i search at notepad++ and replace/add/delete the corresponding line
  8. Hello rathena, How to modify autoguard skills so it doesn't reflect damage when autoguard skill take effect. Like asura-ing paladin with autoguard still got reflect. Thank you in advance
  9. thank you. It works. I already tried use select yesterday but i select the account which has no char LOL. THanks all
  10. because you didnt add anything to be display after this selection i thought this code for(set .@i,0; .@i<.@sizechar; set .@i,.@i+1) set .@menu$, .@menu$+":"+.@charname$[.@i]; will automatically display selection menu for char name
  11. Thank You for response. But the npc just close the dialog when i choose the account id.
  12. Hello rathena, Could someone fix my script for check char name with same ip? here's my script prontera,156,178,3 script Check ID 952,{ //input character name input .@Name$; set .@sizeacc, query_sql("SELECT `account_id` FROM `login` WHERE `last_ip` = '"+getcharip(getcharid(3, .@name$))+"'",.@aid); freeloop(0); set .@menu$,""; for(set .@i,1; .@i<=.@sizeacc; set .@i,.@i+1) set .@menu$, .@menu$+":"+.@aid[.@i]; set .@Select,select( .@menu$ ) - 1; set .@sizechar, query_sql("SELECT `name` FROM `char` WHERE `account_id` = '+.@aid[.@Select];+'",.@charname); //can view the char name list by account selected freeloop(0); set .@menu$,""; for(set .@i,1; .@i<=.@sizechar; set .@i,.@i+1) set .@menu$, .@menu$+":"+.@charname[.@i]; end; } The script just show blank when i choose the account id menu. Any help will be appreciate.
  13. Thank you Patskie, Emistry and Ryokem, it works. As usual, you are awesome.
  14. Hello there, I read the manual and other people script how to use getcharip with variable. But i don't know why does my script wont show the specified user name ip. This is my test script: prontera,156,178,3 script IPcheck 952,{ //input character name input .@Name$; mes getcharip(.@Name$); end; }
  15. I got nothing error, and yes they have screenshoot. But maybe it is because thor patcher corruption http://rathena.org/board/topic/66727-thor-patcher-corrupting-grf/
  16. nope, i diffed the client without read lua before lub and read data folder first. *u indonesian too
  17. Dear all. I made costume for some headgear. I modified the: idnum2itemdesctable.txt idnum2itemdisplaynametable.txt idnum2itemresnametable.txt and made changes at item_db.txt for corresponding item effects and look id. The problem comes up after some player complain he got disconnected if there are player using that costume near him. It only happen to that player, and i suggest him to use latest kro and rdata, and redownload my client lite. He said he have done it and still got same error. Do anyone have suggestion how to fix this, or where this problem comes up from? *i know that player he is not lying. Any support from you will be appreaciate.
  18. Use search button. Everything has been explained. or just google it. Why not using kafra? it is a lot easier to do. class restriction : http://rathena.org/board/files/file/2496-class-restriction/ why not you use warper?
  19. i don't think i want to change the client version. Since what i know, the stable one were the 20120410 version?
  20. @Peopleperson49. No i don't have any error nor add anything. I just add 34,guild_vs1,Emperium,Manager#guild_vs1,1 at castle_db.txt i tried in localhost.
×
×
  • Create New...