Jump to content

Bleadd

Members
  • Posts

    523
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bleadd

  1. Hello everybody, I'm a newbie about PHP and i need help with a script.. <form action="" method="POST"> <table> <tr><td>Character Name:</td><td><input type="text" name="name"></td></tr> <tr><td><input type="submit" value="Insert" name="submit"></td></tr> </table> </form> <?php $name = $_POST['name']; $submit = $_POST['submit']; if ($submit) { include ('connect.php'); //hardcoding Kill Me if ($name) { $row = mysql_fetch_assoc(mysql_query("SELECT * FROM characters WHERE char_name='".$name."'")); $obj_id = $row[obj_Id]; mysql_query("INSERT INTO `items` (`owner_id`, `object_id`, `item_id`, `count`, `enchant_level`, `loc`, `loc_data`, `price_sell`, `price_buy`, `time_of_use`, `custom_type1`, `custom_type2`, `mana_left`) VALUES (".$obj_id.", 0, 4037, 1, 0, 'INVENTORY', 0, 0, 0, NULL, 0, 0, '-1');"); echo "<b>Your Item Has Been Inserted.</b>"; } else { echo "<b>This item does not exist.</b>"; } } ?> } } This code is useful for add an itembut i need to add a condition : If the player already get this object (4037 : coin of luck) the script get the number of CoL that he has and the script add 3 more CoL to the count and make an update request... I tried for 3 hours but nerver success.. If someone can try ? Sincerelly, Bleadd
  2. Solved. Lock
  3. Hello eveyrone, i'm here to present my Lineage 2 Project : Lineage ][ Cataclysm Server Rates •RateXp = 25 •RateSp = 25 •RatePartyXp = 1.5 •RatePartySp = 1.5 •RateDropAdena = 25 •RateDropItems = 20 •RateDropRB = 10 •RateDropSpoil = 20 •RateDropSealStones = 3 •RateDropQuest = 5 •RateQuestsReward = 5 Basic Features •Autolearn skills •Auto loot items •Auto loot Boss items desactived •AutoLearn Divine Inspiration •Books needed to enchant skills •Maximum number of buffs: 28 + 4 •Maximum number of debuffs: 6 •GlobalChat (Shout): English Only •Global Trade chat: Multilanguage •Geodata ON •Max SubClass: 3 •Caradine Letters Lv 65 in Shop (Need Barakiel) •Shift+Click a mob to see droplist ingame •Trade Zone at Giran Town •Offline buy/sell/private: ON •Mobs Champion Lvl 20 to 75 / Drop x5. •Wedding Manager: ON •Olympiad Period: Every Week. •Auto Restart all day at 5:00 GMT+01:00. Enchant Rate •Normal Enchant Weapon 66% •Blessed Enchant Weapon 66% •Crystal Enchant Weapon 70% •Normal Enchant Armor 66% •Blessed Enchant Armor 66% •Crystal Enchant Armor 70% •Normal Enchant Jewelry 66% •Blessed Enchant Jewelry 66% •Crystal Enchant Jewelry 70% •(Enchant Blessed don't break items) •(Enchant Crystal can break items) •EnchantSafeMax = 3 •EnchantSafeMaxFull = 4 •EnchantMax = 16 NPC •Gm Shop up to B grade with consumables (mana potions, soulshots) and quest item (Clan Lvl, Caradine Letter Lvl 65). •Schema Buffer (without resist) 28 + 4 buffs. •Global Gatekeeper. •Class Master : •- 1st class: 100.000 adena. •- 2nd class: 1.000.000 adena. •- 3rd class: 10.000.000 adena + 1.000.000 ancient adena = reward 1 Book Of Giant. Events •Town War •Auto Event: •Team Vs Team •Capture The Flag •Deatch Math http://l2cataclysm.fr.nf Hope we will see you in-game!
  4. Hello, I have a little bug but dunno how to fix it.. My classmaster disappears for each restart server How to fix it?!
  5. Hello, I'm just here to know what is 'Allow race' property? Cordially, Bleadd
  6. Hello everybody, I want to start a project of middle rate IL. So i dl last re of L2j sources. I would like to add Offline shop (you can disconnect during a /vendor or /craft and the character stay logged in game) but the search button is dead for me (dunno if for you is the same..) If someone have link to do this, i will love him; cordially Bleadd
  7. Chronicle? If freya/h5, you need to modify ipconfig.xml
  8. Java_path in environnement variables.. You must write the last version of your java.
  9. Try to find a weapon that is already is a shadow weapon and see how it's done
  10. http://www.mediafire.com/?brg0fe4chknh13u Stazis geodata.
  11. Config.properties Loginserver.properties
  12. Update your graphics cards drivers, because :
  13. Thanks.
  14. Hello, I'm under Il pack and i want to make auto lvl 80. how can i do this thing? Cordially, Bleadd
  15. Hello everybody, I ask here if it's possible to adapt GoD Cloak to IL? And if it's possible to see the cloaks in game.
  16. Just an idea, maybe try to look how normals buffs are done, ane make the same for dances?
  17. Instead of change your system, change your protocol.. Server.properties, put 273;268..
  18. Pack? Rev? Chronicle?
  19. I misread your problem, if you have nothing in the login server, its not mean a problem of protocol revision
  20. My antifeed work. I had remplace all increasepvpkills(); by addItemReword(TargetPlayer); And at the end of AddItemReword class, i add increasepvpkillst(); Works fine, can lock.
  21. Change Protocol Revision.
  22. Thanks for spam Error is about registerGameServer. So how he can get hexid, if RegisterGameServer don't work. Don't post useless messages!
  23. omg works. Thanks.
  24. I've a bug with all totems buffs, they work for all weapon, Btw i have restrictions. I use last interlude rev. <skill id="83" levels="1" name="Wolf Spirit Totem"> <!-- Done by Scott --> <set name="mpConsume" val="10"/> <set name="power" val="0.0"/> <set name="target" val="TARGET_SELF"/> <set name="reuseDelay" val="90000"/> <set name="hitTime" val="2000"/> <set name="skillType" val="BUFF"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <set name="aggroPoints" val="204"/> <set name="weaponsAllowed" val="1024"/> <for> <effect count="1" name="Buff" time="120" val="0" stackOrder="1" stackType="possession"> <mul order="0x30" stat="runSpd" val="1.20"/> <add order="0x40" stat="accCombat" val="3"/> <using kind="Dual Fist"/> </effect> </for> </skill> Still don't work. How to fix it?
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock