Jump to content

babyhon

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    d2 lang

Recent Profile Visitors

1328 profile views

babyhon's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Will the game work if all of the folders has turned into grf?
  2. I am having error when using @goto command to any players, anyone experienced or resolved this issue? please see attached image for error.
  3. how can you set the client to use msgstringtable.txt?
  4. Hi, anyone knows which lua/lub or file does /h command information saved? I want to translate it in english but it is hard to find any information as /h keyword shows a lot. Please see attached screenshot. Thanks.
  5. Thanks for your reply, I already tried that as what I have said it didn't work, somehow it isn't deducting points that's why I am wondering. it just announces the current point of the killer party twice instead of deducting points on killed party and announces their current points. it's like the onpcdieevent: is working as onpckillevent: too.
  6. Hello, Can someone help me to fix this script. this should give the party 2 points per kill and will lose 1 point if one of them die. How ever I have no idea what to use in OnPCDieEvent and when i use this same format it just adds two points on the killer party not deducting on the party which has killed member. OnPCKillEvent: if (strcharinfo(3) == "guild_vs1") { announce "The party: "+ strcharinfo(1) +" gained 2 points",bc_map; if( getcharid(1) == .Teamr ){ set .rpoints,.rpoints + 2; announce "The party: "+ strcharinfo(1) +" now has ("+ .rpoints +") points",0; } if( getcharid(1) == .Teamb ){ set .bpoints,.bpoints + 2; announce "The party: "+ strcharinfo(1) +" now has ("+ .bpoints +") points",0; } if( getcharid(1) == .Teamg ){ set .gpoints,.gpoints + 2; announce "The party: "+ strcharinfo(1) +" now has ("+ .gpoints +") points",0; } if( getcharid(1) == .Teamy ){ set .ypoints,.ypoints + 2; announce "The party: "+ strcharinfo(1) +" now has ("+ .ypoints +") points",0; } } end; OnPCDieEvent: <<<<<------------ dunno what to do here.
  7. Thank you very much now I got it, God bless you two.
  8. https://github.com/rathena/rathena/blob/master/npc/custom/etc/bank_kafra.txtthis npc the banker npc which you save zeny thank you for your response
  9. Scenario: We heard that there are exploits in kafra bank therefore we removed it for future protection, Problem: two or more of our players used it and we already removed the NPC: Question: We searched in ragnarok database but can't find where does the kafra bank npc save its data. Anyone has an idea which table should we check? Thank you.
×
×
  • Create New...