Jump to content

Famous

Members
  • Posts

    455
  • Joined

  • Last visited

Everything posted by Famous

  1. aa see thanks but how to remove the error? what should I remove from there?
  2. how to add more than one item?
  3. oh my it really doesn't work on mine!
  4. is this working on rathena? http://www.eathena.ws/board/index.php?showtopic=224946 I already tried to test it but it doesn't work on me
  5. can I request Earthquake skill cannot bypass land protection
  6. thnx Brian gonna tried this when I tried to use "@storage" nothing happen.. no password pump out.. but when I tried to talk to npc and open may storage from the kafra npc there is a password..
  7. http://www.eathena.ws/board/index.php?showtopic=199843 === npc/custom/storagepass.txt ================================================================== --- npc/custom/storagepass.txt (revision 13266) +++ npc/custom/storagepass.txt (local) @@ -0,0 +1,11 @@ +- script StoragePassword -1,{ + + if( #kafra_code != 0 ) + { + mes "[Storage password system]"; + callfunc("F_CheckKafCode"); + close2; + } + + openstorage; +} Property changes on: npc/custom/storagepass.txt ___________________________________________________________________ Name: svn:eol-style +native === src/map/atcommand.c ================================================================== --- src/map/atcommand.c (revision 13266) +++ src/map/atcommand.c (local) @@ -1134,19 +1134,18 @@ *------------------------------------------*/ int atcommand_storage(const int fd, struct map_session_data* sd, const char* command, const char* message) { + struct npc_data* nd; nullpo_retr(-1, sd); if (sd->npc_id || sd->vender_id || sd->state.trading || sd->state.storage_flag) return -1; - if (storage_storageopen(sd) == 1) - { //Already open. - clif_displaymessage(fd, msg_txt(250)); + nd = npc_name2id("StoragePassword"); + if( nd == NULL ) return -1; - } + + run_script(nd->u.scr.script, 0, sd->bl.id, fake_nd->bl.id); - clif_displaymessage(fd, "Storage opened."); - return 0; }
  8. check you sql database you don't have 'ragnarok.loginlog' file
  9. How to secured phpadmin from injecting some program hacks? is there any tips or guide? how to secure php admin even you have strong password..
  10. this is great can u help me do the client side?
  11. I need an npc that can player reset position of there character w/o doing it on control pannel
  12. yea skill is warg mastery skill is there but when u tried to use there is no effect or there is no warg show
  13. @Trojanworm I already to that but still no warg pump out only skill but when u use the skill the is no warg
  14. sorry I dont have skype only gmail
  15. add me up may be I can Help you!!
  16. skill.c if (skill == AS_SONICBLOW) // pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. <-- Disable this part
  17. [Error]: Zero range by 653:NPC_EARTHQUAKE, divide per 0 avoided! How to fix this?
  18. //Sniper 4012,2240,1,0,0,0,0,0,0,0,0,0,0 //RA_WUGMASTERY#Warg Mastery# I tried this but not working? also added skilltreeview 4012 { SN_FALCONASSAULT#28#14#21#5@ SN_SHARPSHOOTING#5#5@ SN_SIGHT#26#7#10@ SN_WINDWALK#12#10@ RA_WUGMASTERY#12#1@ } sniper still cannot use warg..
  19. just try to test damage on your self try to lower done the hit
  20. http://rathena.org/b...lay/#entry67799 I tried this but I also got map crash on server I'm using rathena svn Problem solve
  21. try to look at db/pre/skill_db.txt //id,range,hit, 490,9,8,1,0,0x40,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0, CR_ACIDDEMONSTRATION,Acid Demonstration
  22. question? why when I tried to use SE woe once I break the emp the emperium will not show any more?
×
×
  • Create New...