Recent content by simplynice

  1. simplynice

    Thor Patcher ascii

    StatusFile='Rö.dat' DefaultGRF='Rö.grf' ClientEXE='Rö.exe'   I have that settings in thor and it seems it's not reading the filename correctly as "Rö" any solutions?
  2. simplynice

    Item property/element

    Anyone knows how to get the item property/element? I look into itemdb and itemdb2 and found nothing. Any idea? Thanks in advance!
  3. simplynice

    Hotkey / Client problem

    I'm not sure where to post this since it can be a hotkey problem / client problem or lub problem. I'm using 2008-01-22 client. Too old, i know. Anyone knows how to remove ctrl+v from the image? so i can paste a text into a chatbox and remain the alt+v. See attachment.
  4. simplynice

    Spawn Mob [ Dynamic ]

    I want to spawn different kind of mobs that saved on the array. 5 Levels. Can't make it work. Here's my code: set .@count,0;setarray .@namelevel$[0], ".@level0", ".@level1", ".@level2", ".@level3", ".@level4";setarray .@level0[0], 1002, 1002, 1002;setarray .@count0[0], 1, 1, 1;setarray...
  5. simplynice

    Guild Error [ Source ]

    I changed the default settings into: #define MAX_GUILD 2+10*1       // Increased max guild members +6 per 1 extension levels [Lupus]  Wiped my database guild using this: UPDATE `char` SET `guild_id`=0 WHERE `guild_id` >= 1;TRUNCATE TABLE `guild`;TRUNCATE TABLE `guild_alliance`;TRUNCATE...
  6. simplynice

    Git Problem - Git Pull

    You have not concluded your merge (MERGE_HEAD exists).Please, commit your changes before you can merge.  I have no idea what to do and how to solve this issue. I can't use git pull using centos because that's showing up same as to the windows. Any solutions guys? Thank you in advance.
  7. simplynice

    Attach timer to player

    I'd like to attach a timer to a player. Example: I will talk to NPC and after talking to NPC . the NPC will block the player to talk into that NPC for  1 week. It's an account based attachment of time. The purpose of the 1 week time is it cannot talk to the NPC even if he goes offline and...
  8. simplynice

    Do While for item

    So my script is just like this.. //this is the item choicessetarray .beadID[1],4739,4709,4749,4729,4759,4719,4790,4794,4763,4799,4802,4825,4831,4841,4844,4849,4848,4852,4868;set .@BeadMenu$,"";//loop for menufor( set .@i,1; .@i < getarraysize( .beadID ); set .@i,.@i + 1 ){set...
  9. simplynice

    R > Midgear socket enchanter

    Does anyone have this kind of NPC? Only Midgear. Thanks in advance!
  10. simplynice

    Flux CP (Reset Look)

    I have problem with the reset look. Maybe because the sql query of flux is defaulting to 0. How can i change it into 1?
  11. simplynice

    Hercules Update / Compiling Plugins - Unix

    Well i have no idea how to update. 1. Is there a thorough guide on how can i update my hercules? Like downloading something and any other command line. I needed it badly because of the random crash everytime i load an npc. 2. I need to know how to compile the plugins using command line. Do i...
  12. simplynice

    Premium Buffer NPC

    prontera,118,119,6 script Premium Buffer 72,{ if(getgroupid() != 99){ message strcharinfo(0),"You're not allowed to use my service.."; close; } switch ( basejob ) {  case Job_Alchemist: set .@spirit, 445; break;  case Job_Monk: set .@spirit, 447; break;  case Job_Star_Gladiator:  set...
  13. simplynice

    sc_start sacrament

    Title says it all. Is it supported here in hercules already?
  14. simplynice

    @mount2 Question

    I'm using @mount2 in prontera and it works but after warping from a different cities like payon it disappears. Is it normal? or any configurations?
  15. simplynice

    Keyboard Support ( PINCODE )

    The title says it all. Ain't it easy just to type using keyboard when asked about your pin code?
Back
Top