Jump to content

bearnope246

Members
  • Posts

    94
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Not Telling
  • Location
    United State

Recent Profile Visitors

2562 profile views

bearnope246's Achievements

Poring

Poring (1/15)

5

Reputation

7

Community Answers

  1. i'm been using this code: guildjoin <guildid>,<charid>; it working for a few days... the character joined the guild. Now nothing happen, no error... just nothing
  2. Well, i'm posting the code here to asking if the code is wrong somewhere... The script i put in the npc is too simple ... one day it worked, now it's stop working, just asking again if the code broken somewhere...
  3. [solved] My client read data folder first, so it reading the old dress room lua file.... i didn't notice.
  4. How is this script work? guildjoin <guildid>,<charid>; ?? yes. Both parameters are required. This script is so unstable, some time it work, some time not... Could you check again for me please? thanks
  5. AlreadyI tried that too emistry.... Stat still not updated on login...
  6. Tried it. Every time i Relog Str got doubled... 1 2 4 816.... I think this kind of thing really need a source mod....
  7. Here it is :https://rathena.org/board/topic/53490-about-update-characters-status/
  8. I already tried that.. Nothing will change. Onpcloginevent and OnPCStatCalcEvent are the same.. they always run after status_calc_pc. I want it to calculated just like Item bonus... Right when they login.. So the stats bobus apply . Im using this to make a Guild bonus script. Anyone with the guildid will have bonus. It work but i must change map or equip something for the stat to appear..... I saw someone change the npc_script_event to runscript() and they said it worked... I tried that too but error say not enough argument....
  9. This means that this event will only be triggered OnLogin if your stats are recalculated. If your stats are never recalculated then this event will never be triggered. Well, if you need something to happen only on player's login then you should use OnPCLoginEvent instead of OnPCStatCalcEvent. Att, _Okuz_. if you use OnPCStatCalcEvent with a stat bonus like: OnPCStatCalcEvent: bonus bstr,10; This will run just like Onpcloginevent... but only after the stat is calculated first (Base stat, equipment, charm........) So if you logging in, the stat won't change to str + 10.... only if you change map or equip/unequip something then it will... i put in a dospbottom script to test.... i saw the it popup after a few sec, so i say that it run after status_calc_pc. So what i need is The bonus applied right away when i login....
  10. I'm using client 2015 11 04. NPC with script opendressroom(0); crash the client. I already have the Dress pack GRF....
  11. - script guildbonus -1,{ OnPCStatCalcEvent: bonus bStr, 30; } Simple, worked only when change map and change equip and other... But when login in the stat isnt change.... ?? Update: Ok i find out that status_calc_pc is executed first, and then >>>> npc event... I need a way to run npc_script_event(sd, NPCE_STATCALC); first... Or have to status_calc_pc vy script in game... right?
  12. Every other account and char can login, except for this one. When it login, charserver crashed... help?
  13. Any one got a working patch for latest ra? Too many errors.
×
×
  • Create New...