Jump to content

RafaelS2Tatiana

Members
  • Posts

    10
  • Joined

  • Last visited

About RafaelS2Tatiana

  • Birthday 07/02/1983

Profile Information

  • Gender
    Male

Recent Profile Visitors

1333 profile views

RafaelS2Tatiana's Achievements

Poring

Poring (1/15)

0

Reputation

  1. I have a problem in this part of this mod, I would add Gunslinger, Ninja, Kagerou ,Oboro, Rebelion and Summoner class. But I can not. Resume all class can anybody help me? if ( sd->inventory_data->script && sd->inventory_data->elv <= sd->status.base_level && ( 1 << sd->class_ & MAPID_BASEMASK ) & sd->inventory_data->class_base[ sd->class_ & JOBL_2_1? 1: sd->class_ & JOBL_2_2? 2:0 ] && ( 1 << ( sd->class_ & JOBL_UPPER? 1: sd->class_ & JOBL_BABY? 2:0 ) ) & sd->inventory_data->class_upper ) { run_script( sd->inventory_data->script, 0, sd->bl.id, 0 ); if ( !calculating )
  2. I'm trying to make a change in the source and am having some errors when I put it && ( 1 << sd->class_ & MAPID_BASEMASK ) & sd->inventory_data[i]->class_base[ sd->class_ & JOBL_2_1? 1: sd->class_ & JOBL_2_2? 2:0 ] && ( 1 << ( sd->class_ & JOBL_UPPER? 1: sd->class_ & JOBL_BABY? 2:0 ) ) & sd->inventory_data[i]->class_upper ) the bonus is not applied classes Guns, Ninja, Oboro and Kagerou.
  3. Yes he loses the item,and when the item expire the exp is stop
  4. The change I made was in the case bless_need end it stops receiving bless. Thus he was the player bless_need ended and continued receiving
  5. I took the liberty of making a slight modification to the item needed to stop it closing blessing. If you want. find this getmapxy(@mapb$, @xb, @yb, 0 ); if (@mapb$ != .bless_map$) { dispbottom "Blessing is stopped because you are not in "+.bless_mname$+"."; set @blessing,0; end; } Add after if (countitem(.bless_need) == 0){ dispbottom "Blessing is stopped because you dont have more "+getitemname(.bless_need)+"."; set @blessing,0; end; } Sorry for bad english
  6. Nice script ty for sharing. One suggestion, you could add a needed item for the blessing was started, the players would do well to get a quest item needed.
  7. Really worked, sorry, my fault. Thanks.
  8. I am using the following script however I am having a problem Euphy's Quest Shop v1.4b.txt My store does not open with the items and should only opens with this image below
  9. I'm having problem with character creation I get the message character creation denied when I try to create characters with hair above 17, I'm using the date below. http://rathena.org/b...english-folder/ I am using the latest version of the emulator with hexed 2012-04-10aRagexeRE
×
×
  • Create New...