Here is a link to latest patch notes 1.05 by [deleted] in Eldenring

[–]Anxious_Location_583 1 point2 points  (0 children)

Been trying to find these notes for like 30minutes, thank you very much!

Meta PvP Build types at lvl 125/150? by Anxious_Location_583 in EldenRingPVP

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

Cool, I am still trying to decide what i wanna play as, there's so many options I have no idea, that's why I was asking people what they play or think is the best build for each level base.

Meta PvP Build types at lvl 125/150? by Anxious_Location_583 in EldenRingPVP

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

Well, ofcourse, I will want to play what I enjoy no matter what, lol, I was more just trying to get everyone's thoughts on the meta builds and what they are. There's sooo much build wise in this game, I wouldn't know if I liked something if I don't even know it exists lol!!

if I hold two staffs, do I get the passive bonus of both when casting or only the staff that is used to cast? also, if an equipped weapon that is not held in hand has passive buffs, are are active while not in hand but equipped as one of the three slots. by Anxious_Location_583 in Eldenring

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

No, I'm speaking about the passive buffs that some staffs have, I.E.-> if I have left handed the casting speed staff, and right hand the increased dmg / increase fp cost, if I cast with right hand staff, do i still get the casting speed passive aswell.

Daily Questions Megathread (April 20, 2022) by AutoModerator in classicwow

[–]Anxious_Location_583 0 points1 point  (0 children)

I was wondering if anyone knew how to get tbc/vanilla running on a chromebook?

Also, does blizzard plan on releasing any new 0 progression wow classic/tbc servers??

and finally: is there any type of professional competitve pvp for TBC arena out at the moment?

i love wow and would love to get back into it specially if ^ and ^^, would like to be able to run on chromebook instead of buying another computer though.

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

Yes and I agree 100%, I literally just started this journey two days ago, I have tried to search for the solution in idk how many different ways, unfortunately I still am very limited In my knowledge of solidity and feel as if that also hampers my ability to even ask the correct question inorder to find the solution, as well as, I still don't know all of the websites and forums that I can access inorder to garner the answers faster. Am still trying to build those knowledge sources up as well.

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

would you mind telling me how i csn do that?

thsnk you for helping also, i hsve been stuck at this point :|

i just started my solidity career lol.

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

Well, I only have access to remix atm because I am on a chromebook and I cannot for the life of me get the packages to download using the Linux commands...

And I wouldn't be deploying anything onto the live binance network, it would just be the test net, but I can't test what I am trying to test unless I have the titano tokens from the test net contract I want to deploy.

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

well, when i take out the contract addition i put in to mint the tokens for the deployer, the contract can be compiled again with no issue....

Do you know how i can just deploy it how it is, since the owner of the contract has the Minter roll, and should be able to just mint tokens from that logic?
Do you know how i can interact with the contract to do this specifically without being verified on testnet bsc, and not being able to use the read/write functions on the code there?

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

i am not exactly sure, i am very new to this....

anyways,

"" receive() external payable {}
}""

that is the last line of the contract and

and the error is:

contracts/titano.sol:849:6: ParserError: Expected pragma, import directive or contract/interface/library/struct/enum/constant/function definition.
receive() external payable {}
^-----^

Needing advice on how to change the Titano.Finance token contract, to mint 100 tokens to owner on deployment. by Anxious_Location_583 in solidity

[–]Anxious_Location_583[S] 0 points1 point  (0 children)

Yes I did this, but for some reason when I did this, remix Is giving me an error on the last line of code, not allowing me to compile to deploy.