Jump to content

Soulworld

Members
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1749 profile views

Soulworld's Achievements

Poring

Poring (1/15)

0

Reputation

1

Community Answers

  1. mmmm solved... Well thanks though I had to figure it out xD. ZENYNAGE dont have the right code but MUCHANAGE does
  2. mmm Well I actually tried checking NJ_ZENYNAGE that already deals half damage to players for the code to do it but... there is no condition for players xD... only for boss type.. perhaps someone knows how can I reduce the damage a particular skill does on players? (While not affecting everything else).
  3. mmm I had a raw Idea but I needed to be sure of what I'm messing with xD, thanks a lot for your response , I think I'm a little better at source modifications right now and... it feeels like magic XD... you can pretty much Shape RO in any way you wish
  4. I was wodering if this is possible... for example to make the Sniper class capable of going up to 120 Stats intead of 99, or to just change DEX limit to 120 instead. I was trying to do it using a custom status but it doesnt seem to work since stats are defined in pc.h and... well it doesnt look like it can limit the STats to a particular Status and instead it defines a global parameter seems like I'm The only one arround here for christmas xD... anyway... I actually found a way... here is a little how to: Inside pc.c find the function : pc_statusup Declare a new condition right before max = pc_maxparameter(sd); and dont forget to do Else right after that (otherwise you will pretty much overwrite what you did lol) in other words the code should look like this: if(condition){max = yourvalue;} //Tadaaa else{max = pc_maxparameter(sd);} I know this is not much of a help but... its all I can contribute right now SOLVED!
  5. wow so... does this works on newer Non xray clients? XD like the 04-2012
  6. well its pretty much a doubt I have by looking at source coding... I'm not exactly the best at C++ but I do have some knowledge and well I'm just not exactly sure what this things do.. for example sc->data[sC_CURSE] Im not sure if I have ever seen something like sd->data[CURSE] and I do understand that is refering to the status effect curse and its trying to compare or well... in most cases I have read it... now ... damn I just cant explain myself xD someone knows the difference between the sc-> and sd-> that could explain a little X _ X?
  7. its not exactly a necesity but I thought I saw that option xD... now that you mention it then I could have mistaken that Windows size for the dialogue size
  8. Well it's pretty much up there xD... I would just like to fit at least 50 characters in a single line (measured by the mes), and I dont think that can be done through scripting @ _ @
  9. mmmm so I just create that file regardless that it doesn't exist in my data folder? mmmm if thats so then what is the format for whatever goes inside? :S Forgive me for my ignorance turns out i do have to create that file myself and use the usual format xD Thanks a lot
  10. Once again Im not entirely sure if this topic belongs here... but anyway I was trying with custom cards and well everything works perfectly exept for the illustration... I already made the 8bit BMP 300x400 format and placed it inside data /whateverthename/cardbmp ... Now the part where I get clueless is where do I redirect the item to the illustration name? @ _ @... Idnum2itemresnametable - I used the same name Every other card has... num2itemresnametable - Same as above and that fixed how it doesn't show when its carded but nothing more. I remember there used to be a cardillust or something like that to do it but I dont find that in the data folder anymore ... Any clues to help me on this?
  11. you could be a little more polite than just Bumping @ _ @... but as far as I know that would require some source modification
  12. Soulworld

    Is there?

    the problem about this is how it changes you from pre-re to renewal mode.. and well for example I would like to keep the extra items and mobs that exist within renewal mode ... is it possible to just disable defense and atack calculations?... or even better a database that contains all mobs from Renewal in pre-renewal format? @ _ @ (SQL if possible XD) Sorry for topic revival btw :S
  13. Someone got this script still? XD the link is dead :S
×
×
  • Create New...